about summary refs log tree commit diff
path: root/pre-commit
blob: 81dba1440f16d178102bdb601f9867370d88d367 (plain)
1
2
3
4
#!/bin/bash
# example of how it might be used in a git hook
whenwasit --ignore .whenwasit-ignore . > times.csv
git add times.csv