summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-09 16:49:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-09 16:49:19 +0000
commit48bc1ce61affeee2942cc1290ea0aab6b6e61f91 (patch)
treed367ba3c8814d61891baaf5bf40480ef4e55da3e /git-push.html
parentccc4d37316e8b357ae23130491c5c8b255a4924b (diff)
downloadgit-htmldocs-48bc1ce61affeee2942cc1290ea0aab6b6e61f91.tar.gz
Autogenerated HTML docs for v1.6.3.3-444-g4ecbc
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-push.html b/git-push.html
index b999af1f5..a73ea4c95 100644
--- a/git-push.html
+++ b/git-push.html
@@ -415,6 +415,16 @@ nor in any Push line of the corresponding remotes file---see below).</p></div>
</p>
</dd>
<dt>
+--porcelain
+</dt>
+<dd>
+<p>
+ Produce machine-readable output. The output status line for each ref
+ will be tab-separated and sent to stdout instead of stderr. The full
+ symbolic names of the refs will be given.
+</p>
+</dd>
+<dt>
--tags
</dt>
<dd>
@@ -712,6 +722,11 @@ representing the status of a single ref. Each line is of the form:</p></div>
<div class="content">
<pre><tt> &lt;flag&gt; &lt;summary&gt; &lt;from&gt; -&gt; &lt;to&gt; (&lt;reason&gt;)</tt></pre>
</div></div>
+<div class="para"><p>If --porcelain is used, then each line of the output is of the form:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt> &lt;flag&gt; \t &lt;from&gt;:&lt;to&gt; \t &lt;summary&gt; (&lt;reason&gt;)</tt></pre>
+</div></div>
<div class="vlist"><dl>
<dt>
flag
@@ -921,7 +936,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-07-01 02:30:58 UTC
+Last updated 2009-07-09 16:48:59 UTC
</div>
</div>
</body>