diff options
Diffstat (limited to 'local/triggers/push')
-rwxr-xr-x | local/triggers/push | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/local/triggers/push b/local/triggers/push index 6aa587a..7a3cb56 100755 --- a/local/triggers/push +++ b/local/triggers/push @@ -14,3 +14,5 @@ if ! [ -f "$head" ]; then echo "WARNING: The default branch is $head, but no such branch exists" >&2 fi fi + +git log -1 --all --date-order --format=%ci >agefile |