Files
nixpkgs/pkgs/build-support/fetchgit
Yueh-Shun Li 09030960d5 nix-prefetch-git: restore the tag-related clone flags when leaving .git
When leaveDotGit == true,
restore the cloning behaviour before
commit 7e085677f9 ("nix-prefetch-git: dont't fetch tags when deep clone unless leaving .git")
to preserve the fragile hashes of .git sources.

Clean up fetchTagsCompat,
as fetchTagsCompat is no longer needed
after restoring the old tag-fetching flags.
2025-12-24 21:59:46 +08:00
..