How to show Git commits that were posted in less than 60 seconds between each other?
- by dayscott
I want to show a filtered history of commits. I need only those commits that have less than 60 seconds between each other, in order to see who did a bad job committing so fast. How to do this?