Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-remote-mediawiki: allow a domain to be set for authentication
[gitweb.git]
/
Documentation
/
git-receive-pack.txt
diff --git
a/Documentation/git-receive-pack.txt
b/Documentation/git-receive-pack.txt
index 3534ba01c49b28d1f7d0498034897ba7d5c080fc..a3a1d8eea3ec733d155475f2d6216e1e71245f10 100644
(file)
--- a/
Documentation/git-receive-pack.txt
+++ b/
Documentation/git-receive-pack.txt
@@
-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.