nixpkgs/pkgs/build-support/fetchgit
Sebastian Jordan 1dfaad73ed nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone
The fetchgit function in nixpkgs sets the leaveDotGit argument to true
if deepClone is set to true. nix-prefetch-git did behave differently. It
would not assume --leave-dotGit if --deepClone is specified. With this
change the inconsistency is addressed by assuming --leave-dotGit if
--deepClone is specified.
2022-06-14 00:23:16 +02:00
..
builder.sh fetchgit: Support sparse checkout 2022-01-24 11:23:56 +08:00
default.nix fetchgit: Support sparse checkout 2022-01-24 11:23:56 +08:00
deterministic-git fetchgit: split off deterministic-git functions 2022-02-19 14:33:20 +01:00
nix-prefetch-git nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone 2022-06-14 00:23:16 +02:00
tests.nix fetchgit: Add test for sparseCheckout 2022-01-24 11:23:56 +08:00