Code

upload-pack: no longer call rev-list
[git.git] / Documentation / git.txt
index 0679e3c209278d07173007e514c09e78fe9a4e49..619d65685eb51cdad2ba7faeaa16223ca55b2b81 100644 (file)
@@ -141,6 +141,9 @@ gitlink:git-merge[1]::
 gitlink:git-mv[1]::
        Move or rename a file, a directory, or a symlink.
 
+gitlink:git-pack-refs[1]::
+       Pack heads and tags for efficient repository access.
+
 gitlink:git-pull[1]::
        Fetch from and merge with a remote repository or a local branch.
 
@@ -249,7 +252,7 @@ gitlink:git-annotate[1]::
        Annotate file lines with commit info.
 
 gitlink:git-blame[1]::
-       Blame file lines on commits.
+       Find out where each line in a file came from.
 
 gitlink:git-check-ref-format[1]::
        Make sure ref name is well formed.
@@ -299,6 +302,9 @@ gitlink:git-request-pull[1]::
 gitlink:git-rev-parse[1]::
        Pick out and massage parameters.
 
+gitlink:git-runstatus[1]::
+       A helper for git-status and git-commit.
+
 gitlink:git-send-email[1]::
        Send patch e-mails out of "format-patch --mbox" output.
 
@@ -424,6 +430,9 @@ gitlink:git-rev-list[1]::
 gitlink:git-show-index[1]::
        Displays contents of a pack idx file.
 
+gitlink:git-show-ref[1]::
+       List references in a local repository.
+
 gitlink:git-tar-tree[1]::
        Creates a tar archive of the files in the named tree object.