Skip to content

Commit 1ec379f

Browse files
committed
Merge branch 'tr/push-no-verify-doc' into maint
* tr/push-no-verify-doc: Document push --no-verify
2 parents ee1a1dd + 90d32d1 commit 1ec379f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/git-push.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
[verse]
1212
'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
1313
[--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
14-
[<repository> [<refspec>...]]
14+
[--no-verify] [<repository> [<refspec>...]]
1515

1616
DESCRIPTION
1717
-----------
@@ -195,6 +195,11 @@ useful if you write an alias or script around 'git push'.
195195
be pushed. If on-demand was not able to push all necessary
196196
revisions it will also be aborted and exit with non-zero status.
197197

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

199204
include::urls-remotes.txt[]
200205

0 commit comments

Comments
 (0)