X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-receive-pack.txt;h=a3a1d8eea3ec733d155475f2d6216e1e71245f10;hb=cfd2f0f5580a5524707693d4d055b18b519a325c;hp=f34e0ae1bd4bf9f3d0fa5de1e8b0eba47637f7a6;hpb=0591c0a5be7d58dfe2c69c8a81b2cebbb0337320;p=git.git diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt index f34e0ae1b..a3a1d8eea 100644 --- 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' +[verse] +'git-receive-pack' [--quiet] DESCRIPTION ----------- @@ -34,6 +35,9 @@ are not fast-forwards. OPTIONS ------- +--quiet:: + Print only error messages. + :: The repository to sync into. @@ -149,7 +153,7 @@ if the repository is packed and is served via a dumb transport. SEE ALSO -------- -linkgit:git-send-pack[1] +linkgit:git-send-pack[1], linkgit:gitnamespaces[7] GIT ---