From c8f12bd8be0fa2682ac013f8d22698f2ae68d3fb Mon Sep 17 00:00:00 2001
From: Florian Friesdorf <flo@chaoflow.net>
Date: Wed, 22 Jun 2011 21:01:36 +0000
Subject: [PATCH] fetchgit builder comment: can handle remotes without HEAD

thx civodul for bringing it up and testing

svn path=/nixpkgs/trunk/; revision=27523
---
 pkgs/build-support/fetchgit/builder.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/build-support/fetchgit/builder.sh b/pkgs/build-support/fetchgit/builder.sh
index e27a47e903bd..8d4e17f4a0e2 100644
--- a/pkgs/build-support/fetchgit/builder.sh
+++ b/pkgs/build-support/fetchgit/builder.sh
@@ -1,6 +1,7 @@
 # tested so far with:
 # - no revision specified and remote has a HEAD which is used
 # - revision specified and remote has a HEAD
+# - revision specified and remote without HEAD
 source $stdenv/setup
 
 header "exporting $url (rev $rev) into $out"