Version 1.1.0
Add two new options:
--recursive
/-r
: If the commit was merged via multiple merges, find all of them.--log
/-l
: Show the log message for the merge commit (i.e., without the diff). This seems more useful than--diff
.
Add two new options:
--recursive
/-r
: If the commit was merged via multiple merges, find all of them.--log
/-l
: Show the log message for the merge commit (i.e., without the diff). This seems more useful than --diff
.