summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-16 09:22:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-16 09:22:14 -0400
commit86c0be57401022d6e4448a8123097950d6c3c581 (patch)
tree03e7de8e0b0f57514efe079e40cbc50e3547cb60 /repo
parentbcce1be14d2f9affac4bf4854b62a3d4b0128f1d (diff)
downloadgpsd-86c0be57401022d6e4448a8123097950d6c3c581.tar.gz
Comment improvements.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/update6
1 files changed, 5 insertions, 1 deletions
diff --git a/repo/hooks/update b/repo/hooks/update
index 18dd93d5..6bb4b23d 100755
--- a/repo/hooks/update
+++ b/repo/hooks/update
@@ -3,7 +3,7 @@
# An example hook script to blocks unannotated tags from entering.
# Called by git-receive-pack with arguments: refname sha1-old sha1-new
#
-# To enable this hook, rename this file to "update".
+# Has some local cusomizations at the end.
#
# Config
# ------
@@ -132,6 +132,10 @@ case "$refname","$newrev_type" in
;;
esac
+#
+# Local customizations begin here.
+#
+
/gitroot/gpsd/hooks/ciabot.py ${refname} $(git rev-list ${oldrev}..${newrev} | tac)