count-objects: report how much disk space taken by garbage files
[gitweb.git] / Documentation / git-upload-archive.txt
index f5f2b3908b2a1550f44ad6615d9335d40e264112..d09bbb52b1bb85d5db5fcadc31afd4bb86a82fcd 100644 (file)
@@ -8,12 +8,13 @@ git-upload-archive - Send archive back to git-archive
 
 SYNOPSIS
 --------
+[verse]
 'git upload-archive' <directory>
 
 DESCRIPTION
 -----------
 Invoked by 'git archive --remote' and sends a generated archive to the
-other end over the git protocol.
+other end over the Git protocol.
 
 This command is usually not invoked directly by the end user.  The UI
 for the protocol is on the 'git archive' side, and the program pair
@@ -24,14 +25,6 @@ OPTIONS
 <directory>::
        The repository to get a tar archive from.
 
-Author
-------
-Written by Franck Bui-Huu.
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
-
 GIT
 ---
 Part of the linkgit:git[1] suite