]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4 unshelve: adding a commit breaks git-p4 unshelve
authorLuke Diamand <luke@diamand.org>
Sat, 19 Sep 2020 08:54:40 +0000 (09:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2020 20:44:54 +0000 (13:44 -0700)
commit677fa8d1157c869974355e316d0e2349759d0325
treead145c317c38fd244c2b60b81378d733e9a23f7a
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
git-p4 unshelve: adding a commit breaks git-p4 unshelve

git-p4 unshelve uses HEAD^$n to find the parent commit, which
fails if there is an additional commit.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9832-unshelve.sh