From 3eb16d93bf95b2a7d40fb1607622cab1e2f4b81e Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 8 Jul 2016 00:55:19 +0000 Subject: redo hooks infrastructure (yay git 2.9 core.hooksPath) --- git-hooks/post-receive.agefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 git-hooks/post-receive.agefile (limited to 'git-hooks') 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" -- cgit v1.2.3-54-g00ecf