summaryrefslogtreecommitdiff
path: root/Documentation/git-update-cache.txt
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05[PATCH] Make git-update-cache --force-remove regularLibravatar Petr Baudis1-2/+2
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>
2005-05-10[PATCH 1/4] split core-git.txt and updateLibravatar David Greaves1-0/+108
Split the core-git.txt file Formatting fix to the diff-format.txt Signed-off-by: David Greaves <david@dgreaves.com>