diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-14 13:08:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-15 12:46:31 -0700 |
commit | 0f56479d7325083953be36b8c8ee90380ff27f92 (patch) | |
tree | 6fcc320ce76ff96dab81dad33ea4e1f97dfd8194 /Documentation/git.txt | |
parent | 53764ee43defda7109fe547f471eac54c4e8b3d6 (diff) | |
download | git-0f56479d7325083953be36b8c8ee90380ff27f92.tar.gz git-0f56479d7325083953be36b8c8ee90380ff27f92.tar.xz |
Retire info/rev-cache
It was one of those things that were well intentioned but did not turn
out to be useful in practice.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 31dd4749e..bec562e30 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -359,9 +359,6 @@ link:git-tag.html[git-tag]:: Interrogators: -link:git-build-rev-cache.html[git-build-rev-cache]:: - Create or update a rev-cache file. - link:git-cherry.html[git-cherry]:: Find commits not merged upstream. @@ -402,9 +399,6 @@ link:git-send-email.html[git-send-email]:: Send patch e-mails out of "format-patch --mbox" output. Previously this command was known as git-send-email-script. -link:git-show-rev-cache.html[git-show-rev-cache]:: - Show the contents of a rev-cache file. - link:git-stripspace.html[git-stripspace]:: Filter out empty lines. |