From: Junio C Hamano Date: Thu, 27 Jun 2013 21:38:09 +0000 (-0700) Subject: Merge branch 'tr/push-no-verify-doc' into maint X-Git-Tag: v1.8.3.2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ec379fff8ea033a9d48a4e8006fc0f7aa8830a5;p=thirdparty%2Fgit.git Merge branch 'tr/push-no-verify-doc' into maint * tr/push-no-verify-doc: Document push --no-verify --- 1ec379fff8ea033a9d48a4e8006fc0f7aa8830a5 diff --cc Documentation/git-push.txt index d51481394c,3003140880..df5be268ba --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@@ -9,9 -9,9 +9,9 @@@ git-push - Update remote refs along wit SYNOPSIS -------- [verse] -'git push' [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=] +'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=] [--repo=] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream] - [ [...]] + [--no-verify] [ [...]] DESCRIPTION -----------