OSDN Git Service

Merge branch 'tr/push-no-verify-doc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jun 2013 21:56:48 +0000 (14:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jun 2013 21:56:48 +0000 (14:56 -0700)
"git push --[no-]verify" was not documented.

* tr/push-no-verify-doc:
  Document push --no-verify

1  2 
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-receive-pack>]
 +'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
           [--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
-          [<repository> [<refspec>...]]
+          [--no-verify] [<repository> [<refspec>...]]
  
  DESCRIPTION
  -----------