diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-06 11:42:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-06 11:42:12 -0700 |
commit | 48f36dcd7320d27a840e89fc2aa7ab11716951c6 (patch) | |
tree | 404b25022bc48ca9eda54774c9001e30e34c89d1 /Documentation/git-receive-pack.txt | |
parent | b32128793de296348a565e8f7c4257ec82208a48 (diff) | |
parent | 509d59705ee07094bcc56b49a17ba0ae983da50f (diff) | |
download | git-48f36dcd7320d27a840e89fc2aa7ab11716951c6.tar.gz git-48f36dcd7320d27a840e89fc2aa7ab11716951c6.tar.xz |
Sync with 1.7.6.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-receive-pack.txt')
-rw-r--r-- | Documentation/git-receive-pack.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt index a3a1d8eea..b1f7dc643 100644 --- a/Documentation/git-receive-pack.txt +++ b/Documentation/git-receive-pack.txt @@ -9,7 +9,7 @@ git-receive-pack - Receive what is pushed into the repository SYNOPSIS -------- [verse] -'git-receive-pack' [--quiet] <directory> +'git-receive-pack' <directory> DESCRIPTION ----------- @@ -35,9 +35,6 @@ are not fast-forwards. OPTIONS ------- ---quiet:: - Print only error messages. - <directory>:: The repository to sync into. |