Add a script to fix gitweb last-modified date
This commit is contained in:
parent
fa2248c98a
commit
e7ede8aff4
7
scripts/gitweb-fix-modification-date
Normal file
7
scripts/gitweb-fix-modification-date
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
LAST_MODIFIED_FILE="$(git rev-parse --git-dir)"/info/web/last-modified
|
||||||
|
|
||||||
|
mkdir -p "$(dirname "$LAST_MODIFIED_FILE")"
|
||||||
|
git for-each-ref --sort=-authordate --count=1 --format='%(authordate:iso8601)' >"$LAST_MODIFIED_FILE"
|
Loading…
x
Reference in New Issue
Block a user