#!/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"