author | Petr Baudis <pasky@ucw.cz> | |
Tue, 31 May 2005 16:52:43 +0000 (18:52 +0200) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 5 Jun 2005 23:57:23 +0000 (16:57 -0700) | ||
commit | 9b63f50148bd155c00b6893dbbf48583f7b0848d | |
tree | c1b73762bee105ff0a334e598af2a9b52f559bd4 | tree | snapshot |
parent | 418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7 | commit | diff |
[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>
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 | diff | blob | history | |
update-cache.c | diff | blob | history |