From 9b39d66913fc4a23f2b2a0b3f98df54f729ab360 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 5 Apr 2021 14:16:14 -0400 Subject: [PATCH] git-mirror: remove css copying This is already integrated into my stagit fork. --- git-mirror | 2 -- 1 file changed, 2 deletions(-) diff --git a/git-mirror b/git-mirror index 0b3901f..23a8940 100755 --- a/git-mirror +++ b/git-mirror @@ -20,7 +20,6 @@ run() { [ -d ${3} ] || mkdir ${3} cd ${3} && stagit-index ${1}/* - cp /usr/share/doc/stagit/style.css ${3} while :; do find "$1" -name '*.git' -type d | \ @@ -34,7 +33,6 @@ run() { minify ${i} > ${i}.tmp mv ${i}.tmp ${i} done - cp /usr/share/doc/stagit/style.css . git -C ${dir} fetch --tags echo $(date -Iseconds) ' | ' ${dir} | tee -a ${2} echo $(tail -n 1500 ${2}) > ${2} -- 2.39.2