+1

When multiple commits selected in log view, "select mutual ancestor"

griscom 2 years ago updated 2 years ago 0

I often want to know what commit is the most recent shared ancestor for two commits.

Suggestion: when more than one commit selected in Log view, add "Select Mutual Ancestor" to popup menu. This would unselect the selected commits and then select (and show) the most recent commit that is an ancestor of all selected commits (as "git merge-base" would).