summaryrefslogtreecommitdiff
path: root/bin/post-commit.githook
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 23:02:19 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 23:02:19 -0500
commit5e257d407b4abf2be61c656dfb1d383396df35b1 (patch)
tree7d8914d78aeb741c7d0ae787eb4acbcce93f5f38 /bin/post-commit.githook
parentba05c5fb2ccf4b5e90c97adc17e784a77248d9f1 (diff)
ChangeLog
Diffstat (limited to 'bin/post-commit.githook')
-rwxr-xr-xbin/post-commit.githook6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/post-commit.githook b/bin/post-commit.githook
new file mode 100755
index 0000000..3f576e6
--- /dev/null
+++ b/bin/post-commit.githook
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+set -e
+d="$(dirname -- "$0")"
+
+"$d"/auto-changelog
+"$d"/pre-generate &>/dev/tty &