summaryrefslogtreecommitdiff
path: root/Documentation/git-update-cache.txt
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Make git-update-cache --force-remove regularPetr Baudis2005-06-051-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>
* [PATCH 1/4] split core-git.txt and updateDavid Greaves2005-05-101-0/+108
Split the core-git.txt file Formatting fix to the diff-format.txt Signed-off-by: David Greaves <david@dgreaves.com>