summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
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"