git-rm: honor -n flag.
authorJunio C Hamano <junkio@cox.net>
Fri, 9 Jun 2006 04:11:25 +0000 (21:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Jun 2006 04:11:25 +0000 (21:11 -0700)
Even when invoked with -n flag, git-rm removed the matching
paths anyway.  Also includes the missing check spotted by
SungHyun Nam, which caused it to segfault.  Now we refuse to run
without any paths.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found