From 7584e81c8d858efd0dc540d7cff6844c075e1653 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 16 Dec 2016 11:00:01 +0000 Subject: Update from cron --- .local/bin/garbage-collect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .local/bin/garbage-collect diff --git a/.local/bin/garbage-collect b/.local/bin/garbage-collect old mode 100644 new mode 100755 index a133040..5219b40 --- a/.local/bin/garbage-collect +++ b/.local/bin/garbage-collect @@ -1,2 +1,2 @@ #!/bin/bash -find . -name '*.git'|while read -r dir; do(cd "$dir" && git gc); done +find /srv/git -name '*.git' -type d|while read -r dir; do(cd "$dir" && git gc); done -- cgit v1.2.3