mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
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:
parent
1545a9b3ca
commit
b97c5e4974
@ -45,7 +45,7 @@ fetch_project()
|
||||
git pull
|
||||
cd ..
|
||||
else
|
||||
git clone --depth 1 "$1" "$2"
|
||||
git clone "$1" "$2"
|
||||
fi
|
||||
echo "=== Fetched ==="
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user