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 | a1e3c2c1986e688bbef38ad573970dacd4a5899f (diff) | |
parent | 7d66f21a1bfd2d6ea8b1e234befbcc187111cee6 (diff) | |
download | git-8435bdfdc3dca1b19721e013374d936164928e33.tar.gz git-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 ebd7c5fbb..5061d3e4e 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`). |