summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-24 15:41:08 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-24 15:41:08 -0800
commit3fcdd0774d9c54ba3fd7344eed95570cd2e5f329 (patch)
tree2a3467b59ee5ade0b5644a09b9875da6afdbb920 /git-push.txt
parentb29ef02fe1b74d3a60b520c68cf021f2250473c0 (diff)
downloadgit-htmldocs-3fcdd0774d9c54ba3fd7344eed95570cd2e5f329.tar.gz
Autogenerated HTML docs for v2.7.2-367-g56f37
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-push.txt b/git-push.txt
index 32482cec4..669a357c8 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -277,6 +277,13 @@ origin +master` to force a push to the `master` branch). See the
default is --verify, giving the hook a chance to prevent the
push. With --no-verify, the hook is bypassed completely.
+-4::
+--ipv4::
+ Use IPv4 addresses only, ignoring IPv6 addresses.
+
+-6::
+--ipv6::
+ Use IPv6 addresses only, ignoring IPv4 addresses.
include::urls-remotes.txt[]