What would I use to generate a histogram of all the commits over time?To generate a histogram of commits over time, you can use Git's built-in git log command in combination with a tool like awk, sort, and uniq. Here's an example command that you can run in your