From b97c5e497465ac5fd4bab7b37d7ab64a66eeddf4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 27 May 2014 18:00:39 +0200 Subject: [PATCH] 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 --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index aa95e818..76776975 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -45,7 +45,7 @@ fetch_project() git pull cd .. else - git clone --depth 1 "$1" "$2" + git clone "$1" "$2" fi echo "=== Fetched ===" }