]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3903-stash.sh
stash: add a test for when apply fails during stash branch
authorJoel Teichroeb <joel@teichroeb.net>
Sat, 19 Aug 2017 20:13:25 +0000 (13:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Aug 2017 21:03:56 +0000 (14:03 -0700)
commitb04e6915fa047bb3103e5be83953f2ca0b4b115b
treec9a7535c80dbbf787df59525292eefa36b24a8f5
parentc95bc226d4ccc313303f700f11815c03fbec4efc
stash: add a test for when apply fails during stash branch

If the return value of merge recursive is not checked, the stash could end
up being dropped even though it was not applied properly

Signed-off-by: Joel Teichroeb <joel@teichroeb.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh