Retire info/rev-cache
[git.git] / Documentation / git.txt
index 567d41a..bec562e 100644 (file)
@@ -1,6 +1,6 @@
 git(7)
 ======
-v0.99.5, Aug 2005
+v0.99.6, Sep 2005
 
 NAME
 ----
@@ -238,7 +238,7 @@ link:git-commit.html[git-commit]::
        Previously this command was known as git-commit-script.
 
 link:git-diff.html[git-diff]::
-       git-diff.
+       Show changes between commits, commit and working tree, etc.
        Previously this command was known as git-diff-script.
 
 link:git-fetch.html[git-fetch]::
@@ -246,9 +246,12 @@ link:git-fetch.html[git-fetch]::
        Previously this command was known as git-fetch-script.
 
 link:git-format-patch.html[git-format-patch]::
-       git-format-patch.
+       Prepare patches for e-mail submission.
        Previously this command was known as git-format-patch-script.
 
+link:git-grep.html[git-grep]::
+       Print lines matching a pattern
+
 link:git-log.html[git-log]::
        Shows commit logs.
        Previously this command was known as git-log-script.
@@ -257,6 +260,9 @@ link:git-ls-remote.html[git-ls-remote]::
        Shows references in a remote or local repository.
        Previously this command was known as git-ls-remote-script.
 
+link:git-merge.html[git-merge]::
+       Grand unified merge driver.
+
 link:git-octopus.html[git-octopus]::
        Merge more than two commits.
        Previously this command was known as git-octopus-script.
@@ -353,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.
 
@@ -396,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.