diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:44 -0700 |
commit | 8435bdfdc3dca1b19721e013374d936164928e33 (patch) | |
tree | 6abcac183134f60e01c545ec970dd35e79742d6a /Documentation | |
parent | Merge branch 'rs/decorate' (diff) | |
parent | for-each-ref: `:short` format for `refname` (diff) | |
download | tgif-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.txt | 1 |
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`). |