This commit is contained in:
TJ Holowaychuk 2012-02-08 07:59:57 -08:00
parent 9c7232afcf
commit c2bd285ef8

View file

@ -18,7 +18,6 @@ for file in $files; do
if test $commits -le $above; then
continue
fi
test $commits -gt 10 && color='33'
test $commits -gt 25 && color='93'