about summary refs log tree commit diff
#!/bin/bash
# example of how it might be used in a git hook
whenwasit --ignore .whenwasit-ignore . > times.csv
git add times.csv