about summary refs log tree commit diff
path: root/updateTimes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updateTimes.sh')
-rwxr-xr-xupdateTimes.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/updateTimes.sh b/updateTimes.sh
new file mode 100755
index 0000000..7576a27
--- /dev/null
+++ b/updateTimes.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+# used with a pre-commit hook that executes this script and then runs:
+# git add .times
+whenwasit --ignore .times-ignore . > .times
\ No newline at end of file