]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-update-index.txt
[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)
commit9b63f50148bd155c00b6893dbbf48583f7b0848d
treec1b73762bee105ff0a334e598af2a9b52f559bd4
parent418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7
[PATCH] Make git-update-cache --force-remove regular

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>
Documentation/git-update-cache.txt
update-cache.c