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
default.nix
nix-prefetch-git nix-prefetch-git: fix printing of revision 2014-06-11 14:09:58 +02:00