Limiting git log to skip commits with large number of diffs
From: Bill Lear <hidden> Date: 2016-06-15 22:44:25
I would like to tell git log "Do not list, or list in
very abbreviated form, commits with greater than N diffs".
The man page does not seem to indicate that this could
be done.
Is there a way to do this?
Bill