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"... -- 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