git-p4: add failing test for name-rev rather than symbolic-ref
authorLuke Diamand <luke@diamand.org>
Sat, 15 Apr 2017 10:36:07 +0000 (11:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Apr 2017 04:13:23 +0000 (21:13 -0700)
commit3d553cceb57a09e997ae403dbcd69ddb570e6f08
tree28432d7227b770d79b81ee984c60c1a2c9aaef3c
parent49800c940790cc7465d1b03e08d472ffd8684808
git-p4: add failing test for name-rev rather than symbolic-ref

Using name-rev to find the current git branch means that git-p4
does not correctly get the current branch name if there are
multiple branches pointing at HEAD, or a tag.

This change adds a test case which demonstrates the problem.
Configuring which branches are allowed to be submitted from goes
wrong, as git-p4 gets confused about which branch is in use.

This appears to be the only place that git-p4 actually cares
about the current branch.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9807-git-p4-submit.sh