summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-06 15:43:18 -0800
committerJunio C Hamano <gitster@pobox.com>2013-12-06 15:43:18 -0800
commitf079f7094a3ce05d8f51729b0f0b6bf2ed594114 (patch)
tree0ab71b025061dae8f2ec4629d129447c437728c4 /git-for-each-ref.html
parentb73af6c3bb75d464c5816f310eafe4af58c158a7 (diff)
downloadgit-htmldocs-f079f7094a3ce05d8f51729b0f0b6bf2ed594114.tar.gz
Autogenerated HTML docs for v1.8.5.1-93-g077f4
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index c7e7ce9d2..63ad3012c 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -891,7 +891,29 @@ upstream
<p>
The name of a local ref which can be considered &#8220;upstream&#8221;
from the displayed ref. Respects <code>:short</code> in the same way as
- <code>refname</code> above.
+ <code>refname</code> above. Additionally respects <code>:track</code> to show
+ "[ahead N, behind M]" and <code>:trackshort</code> to show the terse
+ version: "&gt;" (ahead), "&lt;" (behind), "&lt;&gt;" (ahead and behind),
+ or "=" (in sync). Has no effect if the ref does not have
+ tracking information associated with it.
+</p>
+</dd>
+<dt class="hdlist1">
+HEAD
+</dt>
+<dd>
+<p>
+ <em>*</em> if HEAD matches current ref (the checked out branch), ' '
+ otherwise.
+</p>
+</dd>
+<dt class="hdlist1">
+color
+</dt>
+<dd>
+<p>
+ Change output color. Followed by <code>:&lt;colorname&gt;</code>, where names
+ are described in <code>color.branch.*</code>.
</p>
</dd>
</dl></div>
@@ -1025,7 +1047,7 @@ eval "$eval"</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2013-12-06 15:42:42 PST
</div>
</div>
</body>