]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rm.c
Add --ignore-unmatch option to exit with zero status when no files are removed.
authorSteven Grimm <koreth@midwinter.com>
Mon, 16 Apr 2007 07:53:24 +0000 (00:53 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 17 Apr 2007 07:19:11 +0000 (00:19 -0700)
commitbb1faf0d5bc53b193bbe25e7425458c8eb85efa3
tree46db8d5a9e7845ebe78ee2148a5bd69c8b989268
parentf948792990f82a35bf0c98510e7511ef8acb9cd3
Add --ignore-unmatch option to exit with zero status when no files are removed.

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rm.txt
builtin-rm.c
t/t3600-rm.sh