GitAlias version 22 has a new alias `git chart`.
This is a quick easy way to visualize commit counts per day per author, with terminal-friendly output.
Example:
$ git chart --since=4-weeks-ago
.................1....1..... [email protected]
...2.3...................... [email protected]
....82.......1.3...4......31 [email protected]
.............3.............. [email protected]
.....7....3.9.3..5.2......1. [email protected]
....1....................... [email protected]
21.1.1........2..3.......... [email protected]
...........7............1... [email protected]
.........2...48..13..1..6... [email protected]
...2.................1...... [email protected]
.....................1.....1 [email protected]
4......91.2.6.71.....9...... [email protected]
The chart can be useful for overviews, standups, retrospectives, code analytics, etc.The project is GitAlias, a collection of helpful git aliases, all free and open source.
I'm the author and welcome questions and constructive feedback.