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.lorimer.id.au/gitweb.git/diff_plain/6dd5622f68157f471c4f784e8c41f39e8c5163fc 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 459c08598f,23f9a48dd4..d7b68afbc2 --- 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 bd3eaa69bf,67bcd0c568..bed9e1f097 --- 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 -----------