Some git commands take the parent as a revision; others (such as git revert), as a parent number. How to get the parents for both cases. I don’t want to use the
git revert
The following is the simplest way I've found to view the parents of a merge
git show --pretty=raw 3706454