diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-18 14:11:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-18 15:16:23 -0700 |
commit | 118aa4acff6afae733c206df7049ea54f7e0b282 (patch) | |
tree | 61d76c896c087f7b182ac118b0ecc66c935b9940 /t/t3403-rebase-skip.sh | |
parent | describe: use argv-array (diff) | |
download | tgif-118aa4acff6afae733c206df7049ea54f7e0b282.tar.xz |
name-rev: differentiate between tags and commits they point at
"git name-rev --stdin" has been fixed to convert an object name that
points at a tag to a refname of the tag. The codepath to handle its
command line arguments, however, fed the commit that the tag points
at to the underlying naming machinery.
With this fix, you will get this:
$ git name-rev --refs=tags/\* --name-only $(git rev-parse v1.8.3 v1.8.3^0)
v1.8.3
v1.8.3^0
which is the same as what you would get from the fixed "--stdin" variant:
$ git rev-parse v1.8.3 v1.8.3^0 | git name-rev --refs=tags/\* --name-only
v1.8.3
v1.8.3^0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3403-rebase-skip.sh')
0 files changed, 0 insertions, 0 deletions