summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-05 15:58:07 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-05 15:58:07 -0700
commitdc8f8de09130c080fb87a4d2c1526bc822ec6666 (patch)
treec9c59bb6b1da2308b57b9010ce62d8876dc7e1db /git-push.txt
parent7e590a1afe350393356fbecdd44a43a42ddfad34 (diff)
downloadgit-htmldocs-dc8f8de09130c080fb87a4d2c1526bc822ec6666.tar.gz
Autogenerated HTML docs for v1.8.3-220-gecb9f
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index d51481394..df5be268b 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -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
-----------
@@ -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[]