[PATCH] Make git-update-cache --force-remove regular
authorPetr Baudis <pasky@ucw.cz>
Tue, 31 May 2005 16:52:43 +0000 (18:52 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 23:57:23 +0000 (16:57 -0700)
Make the --force-remove flag behave same as --add, --remove and
--replace. This means I can do

git-update-cache --force-remove -- file1.c file2.c

which is probably saner and also makes it easier to use in cg-rm.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found