X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-receive-pack.txt;h=23f9a48dd495cd125d4278fc1de5666fe5ca8777;hb=90a6c7d4;hp=f34e0ae1bd4bf9f3d0fa5de1e8b0eba47637f7a6;hpb=2579e1d2936ad4e385ef21e5c346d9853d7faa01;p=git.git diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt index f34e0ae1b..23f9a48dd 100644 --- a/Documentation/git-receive-pack.txt +++ b/Documentation/git-receive-pack.txt @@ -8,7 +8,7 @@ git-receive-pack - Receive what is pushed into the repository SYNOPSIS -------- -'git-receive-pack' +'git-receive-pack' [--quiet] DESCRIPTION ----------- @@ -34,6 +34,9 @@ are not fast-forwards. OPTIONS ------- +--quiet:: + Print only error messages. + :: The repository to sync into.