nix-super/src/libexpr/primops
Shea Levy 4e58294ae6
fetchgit: Remove incomplete/unneeded isURI check.
This check spuriously fails for e.g. git@github.com:NixOS/nixpkgs.git,
and even for ssh://git@github.com/NixOS/nixpkgs.git, and is made
redundant by the checks git itself will do when fetching the repo. We
instead pass a -- before passing the URI to git to avoid injection.
2017-10-16 14:35:28 -04:00
..
fetchgit.cc fetchgit: Remove incomplete/unneeded isURI check. 2017-10-16 14:35:28 -04:00
fetchgit.hh builtins.fetchgit: Support specifying commit hashes 2017-07-27 18:08:23 +02:00