summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-05 13:28:29 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-05 13:28:29 -0700
commit975f4dba2f3b9bdb50b16dbad38ac610850e9fc2 (patch)
tree7348cc49a6bd12e9fc61d76ed4f219ebfed85fe2 /git-for-each-ref.txt
parent85f1fdef295d40098c723afbbbc650101868d697 (diff)
downloadgit-htmldocs-975f4dba2f3b9bdb50b16dbad38ac610850e9fc2.tar.gz
Autogenerated HTML docs for v2.4.3-368-g797488
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 42408752d..7f8d9a5b5 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -97,6 +97,12 @@ upstream::
or "=" (in sync). Has no effect if the ref does not have
tracking information associated with it.
+push::
+ The name of a local ref which represents the `@{push}` location
+ for the displayed ref. Respects `:short`, `:track`, and
+ `:trackshort` options as `upstream` does. Produces an empty
+ string if no `@{push}` ref is configured.
+
HEAD::
'*' if HEAD matches current ref (the checked out branch), ' '
otherwise.