Re: reproducible unexpected behavior for 'git reset'
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:34
John Nowak [off-list ref] writes:
I am able to reproduce a scenario where, after a 'commit' and a 'stash
pop' that results in a merge conflict, I need to 'reset' a file twice in
order to get the index back to HEAD.
Thanks, you found a bug in "git reset [<commit>] -- path" codepath, it
seems, when dealing with an unmerged path.