summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-09 07:34:13 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-09 07:34:13 +0000
commit78b92a83bd6ee958f83152774f567569c3a78e53 (patch)
treee436f285741550bd457ced2a982cceb3b0f01ca0 /git-push.html
parent154d47bcc16e122528eb34474fd8c4c3ed6328a8 (diff)
downloadgit-htmldocs-78b92a83bd6ee958f83152774f567569c3a78e53.tar.gz
Autogenerated HTML docs for v1.7.0-rc2-13-g8b233
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html60
1 files changed, 54 insertions, 6 deletions
diff --git a/git-push.html b/git-push.html
index 42a0b38bf..a98f90a26 100644
--- a/git-push.html
+++ b/git-push.html
@@ -781,18 +781,66 @@ representing the status of a single ref. Each line is of the form:</p></div>
<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="para"><p>The status of up-to-date refs is shown only if --porcelain or --verbose
+option is used.</p></div>
<div class="vlist"><dl>
<dt>
flag
</dt>
<dd>
<p>
- A single character indicating the status of the ref. This is
- blank for a successfully pushed ref, <tt>!</tt> for a ref that was
- rejected or failed to push, and <em>=</em> for a ref that was up to
- date and did not need pushing (note that the status of up to
- date refs is shown only when <tt>git push</tt> is running verbosely).
+ A single character indicating the status of the ref:
</p>
+<div class="hlist"><table>
+<tr>
+<td class="hlist1">
+(space)
+</td>
+<td class="hlist2">
+for a successfully pushed fast-forward;
+</td>
+</tr>
+<tr>
+<td class="hlist1">
+<tt>&#43;</tt>
+</td>
+<td class="hlist2">
+for a successful forced update;
+</td>
+</tr>
+<tr>
+<td class="hlist1">
+<tt>-</tt>
+</td>
+<td class="hlist2">
+for a successfully deleted ref;
+</td>
+</tr>
+<tr>
+<td class="hlist1">
+<tt>*</tt>
+</td>
+<td class="hlist2">
+for a successfully pushed new ref;
+</td>
+</tr>
+<tr>
+<td class="hlist1">
+<tt>!</tt>
+</td>
+<td class="hlist2">
+for a ref that was rejected or failed to push; and
+</td>
+</tr>
+<tr>
+<td class="hlist1">
+<tt>=</tt>
+</td>
+<td class="hlist2">
+for a ref that was up to date and did not need pushing.
+</td>
+</tr>
+</table></div>
</dd>
<dt>
summary
@@ -1062,7 +1110,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-24 20:06:02 UTC
+Last updated 2010-02-09 07:33:56 UTC
</div>
</div>
</body>