]> granicus.if.org Git - git/commitdiff
Merge branch 'rr/am-quit-empty-then-abort-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 20:49:00 +0000 (13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 20:49:00 +0000 (13:49 -0700)
Recent "rebase --autostash" update made it impossible to recover
with "git am --abort" from a repository where "git am" without mbox
was run by mistake and then was killed with "^C".

* rr/am-quit-empty-then-abort-fix:
  t/am: use test_path_is_missing() where appropriate
  am: handle stray $dotest directory


Trivial merge