nixpkgs/pkgs/build-support/fetchgit
Benno Fünfstück be25ce8f58 nix-prefetch-git: fix printing of revision
If the user explictly gives a ref such as "refs/heads/master", `git
rev-parse` failed because we only checked out the `fetchgit`
branch. Now, we also try `git rev-parse fetchgit` if the first call
fails, which fixes the issue.
2014-06-11 14:09:58 +02:00
..
builder.sh fetchgit: Implement option to not check out submodules. 2014-03-25 20:03:55 +01:00
default.nix fetchgit: Implement option to not check out submodules. 2014-03-25 20:03:55 +01:00
nix-prefetch-git nix-prefetch-git: fix printing of revision 2014-06-11 14:09:58 +02:00