Alex Riesen wrote:
2008/9/23 rae l <crquan@xxxxxxxxx>:
To Git developers:
I found that different git subcommand have inconsitent processing
about ambiguous refname,
git show will take "master" tag first,
while git tag -v will take "master" branch first,
So what's your suggestion to fix this? Just simple remove ambiguous refnames?
You can use "refs/tags/master" and "refs/heads/master"...
Apart from that..
"git tag -v" taking a branch *at all* is not something we want to
happen, as it's supposed to verify the pgp signature of a signed
tag. Are you absolutely 100% certain that "git tag -v" tries to
verify refs/heads/master as a tag object?
--
Andreas Ericsson andreas.ericsson@xxxxxx
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html