From 4328510b7beaa80be08a4cd1f9c586ecd9f0669c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 17:30:29 -0400 Subject: remove update-timestamps from git-shell --- help | 1 - update-timestamps | 9 --------- 2 files changed, 10 deletions(-) delete mode 100755 update-timestamps diff --git a/help b/help index 8ad82f1..5d1f640 100755 --- a/help +++ b/help @@ -9,5 +9,4 @@ desc rm bash clone-all-github -update-timestamps """ diff --git a/update-timestamps b/update-timestamps deleted file mode 100755 index 34ec6a2..0000000 --- a/update-timestamps +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -REPOSITORIES=$(find /home/git/* -name '*.git' -type d) - -for repo in $REPOSITORIES; do - cd $repo - mkdir -p info/web - echo $(git log -1 --date=iso --format=%ci) > info/web/last-modified -done -- cgit v1.2.3