From: Junio C Hamano Date: Thu, 18 Aug 2011 00:26:05 +0000 (-0700) Subject: Merge branch 'cb/maint-quiet-push' X-Git-Tag: v1.7.7-rc0~29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6dd5622f68157f471c4f784e8c41f39e8c5163fc;p=git.git Merge branch 'cb/maint-quiet-push' * cb/maint-quiet-push: receive-pack: do not overstep command line argument array propagate --quiet to send-pack/receive-pack Conflicts: Documentation/git-receive-pack.txt Documentation/git-send-pack.txt --- 6dd5622f68157f471c4f784e8c41f39e8c5163fc diff --cc Documentation/git-receive-pack.txt index 459c08598,23f9a48dd..d7b68afbc --- a/Documentation/git-receive-pack.txt +++ b/Documentation/git-receive-pack.txt @@@ -8,8 -8,7 +8,8 @@@ git-receive-pack - Receive what is push SYNOPSIS -------- +[verse] - 'git-receive-pack' + 'git-receive-pack' [--quiet] DESCRIPTION ----------- diff --cc Documentation/git-send-pack.txt index bd3eaa69b,67bcd0c56..bed9e1f09 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt @@@ -8,8 -8,7 +8,8 @@@ git-send-pack - Push objects over git p SYNOPSIS -------- +[verse] - 'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] [--verbose] [--thin] [:] [...] + 'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] [--quiet] [--verbose] [--thin] [:] [...] DESCRIPTION -----------