summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-10 15:01:12 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-10 15:01:12 +0900
commit3a9c034734bf5aa3e3b139e72a6b0b96ddf0b3e9 (patch)
tree53a0176d8d930235e125d80c7705681f80bf1957 /git-push.html
parenta65b67605da51cd9b94659acdac8984dd205dcc7 (diff)
downloadgit-htmldocs-3a9c034734bf5aa3e3b139e72a6b0b96ddf0b3e9.tar.gz
Autogenerated HTML docs for v2.15.0-164-g4123b
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-push.html b/git-push.html
index 979c70e26..9ed5f7331 100644
--- a/git-push.html
+++ b/git-push.html
@@ -955,16 +955,22 @@ already exists on the remote side.</p></div>
</p>
</dd>
<dt class="hdlist1">
--o
+-o &lt;option&gt;
</dt>
<dt class="hdlist1">
---push-option
+--push-option=&lt;option&gt;
</dt>
<dd>
<p>
Transmit the given string to the server, which passes them to
the pre-receive as well as the post-receive hook. The given string
must not contain a NUL or LF character.
+ When multiple <code>--push-option=&lt;option&gt;</code> are given, they are
+ all sent to the other side in the order listed on the
+ command line.
+ When no <code>--push-option=&lt;option&gt;</code> is given from the command
+ line, the values of configuration variable <code>push.pushOption</code>
+ are used instead.
</p>
</dd>
<dt class="hdlist1">
@@ -1872,7 +1878,7 @@ As in #1, the attacker chooses an object ID X to steal. The victim sends
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-08-23 03:31:59 JST
+Last updated 2017-11-10 15:00:41 JST
</div>
</div>
</body>