This is a program for plotting changes in a Git repository.
Go to into some Git repository:
$ cd my-git-repo
Plot all insertions and deletions in the last 30 days:
$ git plot -30
▃▅▉_▂▃▂▁▂▂_▄▁▄▂▂▁▁▂▂▁▂▁▁▁_▁▁▁_
Plot all insertions and deletions made by Linus Torvalds:
$ git plot --author "Linus Torvalds"
_▁▄▂▄▃_▂▉▃▃▅▁__▂▃▂▁_▂▂▂▃▄▂▃▁▄▄
Plot all insertions and deletions in the ci directory:
$ git plot ci
_____▇_______▅______▅▅▉_______
git
perl
tput