author | Jon Seymour <jon.seymour@gmail.com> | |
Tue, 5 Apr 2011 23:21:13 +0000 (09:21 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Apr 2011 03:01:52 +0000 (20:01 -0700) | ||
commit | 9355fc9c35a5c40bbd8e380ec9e36013a1b230ed | |
tree | f17c68144efb5de2ecf88bd720f3da77436ea4ef | tree | snapshot |
parent | 59d418fe10c207a510672d17a854697a8abc1e0b | commit | diff |
stash: fix false positive in the invalid ref test.
Jeff King reported a problem with git stash apply incorrectly
applying an invalid stash reference.
There is an existing test that should have caught this, but
the test itself was broken, resulting in a false positive.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jeff King reported a problem with git stash apply incorrectly
applying an invalid stash reference.
There is an existing test that should have caught this, but
the test itself was broken, resulting in a false positive.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh | diff | blob | history |