enable index-pack streaming capability
[gitweb.git] / Documentation / git.txt
index 2135b65516b372587a9a4fa13daf21df05a5d1ce..b00607ee1b836e2cdcb033e55ca18214d91cb3b9 100644 (file)
@@ -243,6 +243,9 @@ 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.
@@ -559,6 +562,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
 ------------------------