summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
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.txt
parentb73af6c3bb75d464c5816f310eafe4af58c158a7 (diff)
downloadgit-htmldocs-f079f7094a3ce05d8f51729b0f0b6bf2ed594114.tar.gz
Autogenerated HTML docs for v1.8.5.1-93-g077f4
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index f2e08d11c..94f5c465d 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -91,7 +91,19 @@ objectname::
upstream::
The name of a local ref which can be considered ``upstream''
from the displayed ref. Respects `:short` in the same way as
- `refname` above.
+ `refname` above. Additionally respects `:track` to show
+ "[ahead N, behind M]" and `:trackshort` to show the terse
+ version: ">" (ahead), "<" (behind), "<>" (ahead and behind),
+ or "=" (in sync). Has no effect if the ref does not have
+ tracking information associated with it.
+
+HEAD::
+ '*' if HEAD matches current ref (the checked out branch), ' '
+ otherwise.
+
+color::
+ Change output color. Followed by `:<colorname>`, where names
+ are described in `color.branch.*`.
In addition to the above, for commit and tag objects, the header
field names (`tree`, `parent`, `object`, `type`, and `tag`) can