gitweb: Move git_get_last_activity subroutine earlier
[gitweb.git] / Documentation / git.txt
index 744c38dee3c1835bb5e0ace4834547e6113e3bda..595cca1efda159390149bfcaf96084520ef738e3 100644 (file)
@@ -160,6 +160,9 @@ gitlink:git-diff-stages[1]::
 gitlink:git-diff-tree[1]::
        Compares the content and mode of blobs found via two tree objects.
 
+gitlink:git-for-each-ref[1]::
+       Output information on each ref.
+
 gitlink:git-fsck-objects[1]::
        Verifies the connectivity and validity of the objects in the database.
 
@@ -243,14 +246,13 @@ gitlink:git-update-server-info[1]::
        Updates auxiliary information on a dumb server to help
        clients discover references and packs on it.
 
+gitlink:git-upload-archive[1]::
+       Invoked by 'git-archive' to send a generated archive.
+
 gitlink:git-upload-pack[1]::
        Invoked by 'git-fetch-pack' to push
        what are asked for.
 
-gitlink:git-upload-tar[1]::
-       Invoked by 'git-tar-tree --remote' to return the tar
-       archive the other end asked for.
-
 
 High-level commands (porcelain)
 -------------------------------
@@ -270,6 +272,9 @@ gitlink:git-am[1]::
 gitlink:git-applymbox[1]::
        Apply patches from a mailbox, original version by Linus.
 
+gitlink:git-archive[1]::
+       Creates an archive of files from a named tree.
+
 gitlink:git-bisect[1]::
        Find the change that introduced a bug by binary search.
 
@@ -560,6 +565,9 @@ HEAD::
        a valid head 'name'
        (i.e. the contents of `$GIT_DIR/refs/heads/<head>`).
 
+For a more complete list of ways to spell object names, see
+"SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
+
 
 File/Directory Structure
 ------------------------