How to find out parent revisions of an in-progress merge?
问题 I've started a merge, but it had conflicts which I've resolved, and now it's all staged ready for commit. I just want to double-check which parent revisions I've merged. Things tried so far: git show with the %P format specifier - except I cannot figure out how to get it to tell me the parents of the uncommitted merge git rev-list with various options, to no avail googling for a git equivalent to hg parents , which brings me back to git rev-list but with no success: it lists five revisions,