whitespace: have SP on both sides of an assignment "="
[gitweb.git] / Documentation / git-receive-pack.txt
index 2790eebaff3b9dd9a56358cc470396f36eb87085..d7b68afbc208c0bd067b4073cff75644888b5ea9 100644 (file)
@@ -8,7 +8,8 @@ git-receive-pack - Receive what is pushed into the repository
 
 SYNOPSIS
 --------
-'git-receive-pack' <directory>
+[verse]
+'git-receive-pack' [--quiet] <directory>
 
 DESCRIPTION
 -----------
@@ -34,6 +35,9 @@ are not fast-forwards.
 
 OPTIONS
 -------
+--quiet::
+       Print only error messages.
+
 <directory>::
        The repository to sync into.
 
@@ -151,15 +155,6 @@ SEE ALSO
 --------
 linkgit:git-send-pack[1]
 
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by Junio C Hamano.
-
 GIT
 ---
 Part of the linkgit:git[1] suite