From 1350fe4f91ce7216e1e674437880fceb967a1a62 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 9 Jul 2020 17:00:16 +0200 Subject: Limit of 200 commits to see if that's faster --- src/update/gitjoe.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index f2c4950..2655851 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -47,7 +47,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - '/usr/local/bin/stagit -l 400 ' . $home_dir . $repos[$i] . '/' + '/usr/local/bin/stagit -l 200 ' . $home_dir . $repos[$i] . '/' ); copy('../style.css', './style.css'); copy('../logo.png', './logo.png'); @@ -62,7 +62,7 @@ sub stagit_generate { system( '/usr/local/bin/dash', '-c', - "/usr/bin/sed 's/" . $user . "<\\/td>/" . $user . "<\\/b><\\/td>/g' index.html >sedded_index.html" + "/usr/bin/sed 's/" . $user . "<\\/td>/" . $user . "<\\/td>/g' index.html >sedded_index.html" ); system( '/usr/local/bin/dash', -- cgit v1.2.3