]> granicus.if.org Git - git/commitdiff
Merge branch 'jk/list-tag-2.7-regression'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Feb 2016 23:14:24 +0000 (15:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Feb 2016 23:14:24 +0000 (15:14 -0800)
"git tag" started listing a tag "foo" as "tags/foo" when a branch
named "foo" exists in the same repository; remove this unnecessary
disambiguation, which is a regression introduced in v2.7.0.

* jk/list-tag-2.7-regression:
  tag: do not show ambiguous tag names as "tags/foo"
  t6300: use test_atom for some un-modern tests

1  2 
Documentation/git-for-each-ref.txt
t/t7004-tag.sh

Simple merge
diff --cc t/t7004-tag.sh
Simple merge