Removing fetchgit --depth and its usage. It does not provide much advantages...

I think it takes the recent N commits into the repository, which says very little,
even for wanting master/HEAD.

svn path=/nixpkgs/trunk/; revision=18277
This commit is contained in:
Lluís Batlle i Rossell
2009-11-08 01:51:20 +00:00
parent 0020559709
commit f1ee14bfaf
8 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ source $stdenv/setup
header "exporting $url (rev $rev) into $out"
git clone --depth "$depth" "$url" $out
git clone "$url" $out
if test -n "$rev"; then
cd $out
git checkout $rev