Implement git-update-cache --force-remove <path>
authorJunio C Hamano <junkio@cox.net>
Mon, 2 May 2005 06:50:51 +0000 (23:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 2 May 2005 06:50:51 +0000 (23:50 -0700)
commit0ff5bf7cfcb20a6c2404fe7b9cc6ff18e47db812
tree84cee1c0d23b36fdaf5d1a4a5785eb6d6f243b87
parent74400e7175e3dac994e75452973d78f6a42de65e
Implement git-update-cache --force-remove <path>

This new flag tells git-update-cache to remove the named path even
when the work tree still happens to have the file.  It is used to
update git-merge-one-file-script not to smudge the work tree.

Signed-off-by: Junio C Hamano <junkio@cox.net>
update-cache.c