Skip to content

Commit

Permalink
Merge branch 'tr/push-no-verify-doc' into maint
Browse files Browse the repository at this point in the history
* tr/push-no-verify-doc:
  Document push --no-verify
  • Loading branch information
Junio C Hamano committed Jun 27, 2013
2 parents ee1a1dd + 90d32d1 commit 1ec379f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/git-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'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
-----------
Expand Down Expand Up @@ -195,6 +195,11 @@ useful if you write an alias or script around 'git push'.
be pushed. If on-demand was not able to push all necessary
revisions it will also be aborted and exit with non-zero status.

--[no-]verify::
Toggle the pre-push hook (see linkgit:githooks[5]). The
default is \--verify, giving the hook a chance to prevent the
push. With \--no-verify, the hook is bypassed completely.


include::urls-remotes.txt[]

Expand Down

0 comments on commit 1ec379f

Please sign in to comment.