summaryrefslogtreecommitdiffstats
path: root/git-send-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-17 14:11:26 -0800
committerJunio C Hamano <gitster@pobox.com>2015-02-17 14:11:26 -0800
commit6bb32e61faff1d96d84d668f44b4440210b0e23c (patch)
treeaea24c30b07a7bfb8869945bba6a5d75701cc1c4 /git-send-pack.html
parent0bcc239ed214940dcb68139f571d91bf04f1a0c9 (diff)
downloadgit-htmldocs-6bb32e61faff1d96d84d668f44b4440210b0e23c.tar.gz
Autogenerated HTML docs for v2.3.0-130-g3188a
Diffstat (limited to 'git-send-pack.html')
-rw-r--r--git-send-pack.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-send-pack.html b/git-send-pack.html
index 994983b9e..6d5567680 100644
--- a/git-send-pack.html
+++ b/git-send-pack.html
@@ -748,7 +748,7 @@ git-send-pack(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=&lt;git-receive-pack&gt;] [--verbose] [--thin] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</pre>
+<pre class="content"><em>git send-pack</em> [--all] [--dry-run] [--force] [--receive-pack=&lt;git-receive-pack&gt;] [--verbose] [--thin] [--atomic] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -846,6 +846,16 @@ be in a separate packet, and the list must end with a flush packet.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--atomic
+</dt>
+<dd>
+<p>
+ Use an atomic transaction for updating the refs. If any of the refs
+ fails to update then the entire push will fail without changing any
+ refs.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;host&gt;
</dt>
<dd>
@@ -949,7 +959,7 @@ to disable the fast-forward check only on that ref.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-09-19 15:32:09 PDT
+Last updated 2015-02-17 14:10:17 PST
</div>
</div>
</body>