From: Petr Baudis Date: Tue, 31 May 2005 16:52:43 +0000 (+0200) Subject: [PATCH] Make git-update-cache --force-remove regular X-Git-Tag: v0.99~351 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9b63f50148bd155c00b6893dbbf48583f7b0848d?hp=9b63f50148bd155c00b6893dbbf48583f7b0848d [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 Signed-off-by: Linus Torvalds ---