We need git history - if endusers don't want git history then this

should be AT LEAST a toggleable option - but it shouldn't be enforced
This commit is contained in:
twinaphex 2014-05-27 18:00:39 +02:00
parent 1545a9b3ca
commit b97c5e4974

View File

@ -45,7 +45,7 @@ fetch_project()
git pull git pull
cd .. cd ..
else else
git clone --depth 1 "$1" "$2" git clone "$1" "$2"
fi fi
echo "=== Fetched ===" echo "=== Fetched ==="
} }