From: Armaan Bhojwani Date: Mon, 5 Apr 2021 18:16:14 +0000 (-0400) Subject: git-mirror: remove css copying X-Git-Tag: v0.0.1~8 X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=9b39d66913fc4a23f2b2a0b3f98df54f729ab360 git-mirror: remove css copying This is already integrated into my stagit fork. --- 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}