summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2016-07-08 00:55:19 +0000
committerParabola git <git@parabola.nu>2016-07-08 00:55:19 +0000
commit3eb16d93bf95b2a7d40fb1607622cab1e2f4b81e (patch)
tree6b971400f294f1b5b5bfd34ef93924715bdd7c75 /git-hooks
parent4fe7bac236d7c1895271bf15bdb9dda1253ec230 (diff)
redo hooks infrastructure (yay git 2.9 core.hooksPath)
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/post-receive.agefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/git-hooks/post-receive.agefile b/git-hooks/post-receive.agefile
deleted file mode 100755
index 91d98ec..0000000
--- a/git-hooks/post-receive.agefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-agefile="$(git rev-parse --git-dir)"/info/web/last-modified
-
-mkdir -p "$(dirname "$agefile")" &&
-git for-each-ref \
- --sort=-committerdate --count=1 \
- --format='%(committerdate:iso8601)' \
- > "$agefile"