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
@@ -1,5 +1,5 @@
{stdenv, git}:
{url, rev ? "HEAD", md5 ? "", sha256 ? "", depth ? 1}:
{url, rev ? "HEAD", md5 ? "", sha256 ? ""}:
stdenv.mkDerivation {
name = "git-export";