summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
commite48a1131c0a6c92e529879eb9307c3ea9250085e (patch)
tree763ac70ae8ab14fc1381a0d77961b90fb8a0d31b /git-push.html
parent51b095b9d274188e501ddf322bdf297686ada949 (diff)
downloadgit-htmldocs-e48a1131c0a6c92e529879eb9307c3ea9250085e.tar.gz
Autogenerated HTML docs for v2.9.2-566-g80460
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-push.html b/git-push.html
index d6aca80ba..5df944b9d 100644
--- a/git-push.html
+++ b/git-push.html
@@ -750,7 +750,7 @@ git-push(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git push</em> [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
[--repo=&lt;repository&gt;] [-f | --force] [-d | --delete] [--prune] [-v | --verbose]
- [-u | --set-upstream]
+ [-u | --set-upstream] [--push-option=&lt;string&gt;]
[--[no-]signed|--sign=(true|false|if-asked)]
[--force-with-lease[=&lt;refname&gt;[:&lt;expect&gt;]]]
[--no-verify] [&lt;repository&gt; [&lt;refspec&gt;&#8230;]]</pre>
@@ -955,6 +955,19 @@ already exists on the remote side.</p></div>
</p>
</dd>
<dt class="hdlist1">
+-o
+</dt>
+<dt class="hdlist1">
+--push-option
+</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.
+</p>
+</dd>
+<dt class="hdlist1">
--receive-pack=&lt;git-receive-pack&gt;
</dt>
<dt class="hdlist1">
@@ -1776,7 +1789,7 @@ a <code>git gc</code> command on the origin repository.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-13 14:58:50 PDT
+Last updated 2016-08-03 15:39:49 PDT
</div>
</div>
</body>