Re: [PATCH] Fix git reset --abort not restoring the right commit under some conditions
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:19
Mike Hommey [off-list ref] writes:
Previously, --abort would end by git resetting to ORIG_HEAD, but some
commands, such as git reset --hard (which happened in git rebase --skip,
but could just as well be typed by the user), modify ORIG_HEAD.
Just use the orig-head we store in $dotest instead.
What happens if we are not using $dotest but .dotest?