Documentation: move blame examples
[gitweb.git] / Documentation / git.txt
index 0679e3c209278d07173007e514c09e78fe9a4e49..52bc05ad50e8c64734c0f5a33c5bbc551128e955 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.
@@ -424,6 +427,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.