summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-09-18 20:18:44 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-09-18 20:18:44 -0700
commit8435bdfdc3dca1b19721e013374d936164928e33 (patch)
tree6abcac183134f60e01c545ec970dd35e79742d6a /Documentation
parentMerge branch 'rs/decorate' (diff)
parentfor-each-ref: `:short` format for `refname` (diff)
downloadtgif-8435bdfdc3dca1b19721e013374d936164928e33.tar.xz
Merge branch 'bw/shortref'
* bw/shortref: for-each-ref: `:short` format for `refname`
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-for-each-ref.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index ebd7c5fbb3..5061d3e4e7 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -74,6 +74,7 @@ For all objects, the following names can be used:
refname::
The name of the ref (the part after $GIT_DIR/).
+ For a non-ambiguous short name of the ref append `:short`.
objecttype::
The type of the object (`blob`, `tree`, `commit`, `tag`).