Re: [RFC/PATCH 3/4] Add git-sequencer test suite (t3350)
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:53
Stephan Beyer [off-list ref] writes:
Hi,
I've just noticed that those tag names:
+ git tag A &&
+ git tag B &&
+ git tag C &&
+ git tag D &&
+ git tag E &&
+ git tag F &&
+ git tag I &&
+ref refs/tags/CE
are perhaps a bad idea, because they could also be an abbreviated SHA1.
I do not think we take a single letter abbrev so it should be fine.