(no title)
meribold | 1 year ago
The oldest (common) ancestor of two revisions would typically be the initial commit. I assume your alias really finds the last (most recent) common ancestor. But are you aware of the `git merge-base` builtin? Your alias looks an awful lot like it.
bloopernova|1 year ago
I'll check out merge-base tomorrow, thanks for mentioning it!