diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-03 19:13:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-03 21:41:55 -0700 |
commit | 20f6633112c2a95b4907b4ff2e41e3c450395d34 (patch) | |
tree | 05f004ea2d6fcbc41902564d84a7e6234c8b0167 /Documentation/git.txt | |
parent | a765c99a412343c6dd3364044fbcfe49c859e7b6 (diff) | |
download | git-20f6633112c2a95b4907b4ff2e41e3c450395d34.tar.gz |
Retire check-files.
The king penguin said:
It has no point any more, all the tools check the file
status on their own, and yes, the thing should probably be
removed.
and the faithful servant makes it so.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 4c01b2e91a..d18cf5ec16 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -72,9 +72,6 @@ Interrogation commands link:git-cat-file.html[git-cat-file]:: Provide content or type information for repository objects -link:git-check-files.html[git-check-files]:: - Verify a list of files are up-to-date - link:git-diff-cache.html[git-diff-cache]:: Compares content and mode of blobs between the cache and repository |