diff options
author | Kai Ruemmler <kai.ruemmler@gmx.net> | 2005-10-07 14:05:03 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-07 14:05:03 -0700 |
commit | ab1824787dbbe31f96c56e37358b2288014c2db7 (patch) | |
tree | 21e7a0f2ec9040173716252ddb93588dccd0f0ec /Documentation | |
parent | Fix usage of carets in git-rev-parse(1) (diff) | |
download | tgif-ab1824787dbbe31f96c56e37358b2288014c2db7.tar.xz |
s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txt
This updates last place where checkout-cache gets mentioned wrongly
for checkout-index.
Signed-off-by: Kai Ruemmler <kai.ruemmler@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-ls-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 940285f8c8..f4501d62cd 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -50,7 +50,7 @@ OPTIONS -k|--killed:: Show files on the filesystem that need to be removed due - to file/directory conflicts for checkout-cache to + to file/directory conflicts for checkout-index to succeed. -z:: |