about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
AgeCommit message (Expand)AuthorFilesLines
2024-04-22fetchgit: Support fetching signed tags over dumb http transportScott Worley2-1/+8
2024-03-21fetchgit: set http.proxy globally for submoduleslinsui1-1/+1
2023-11-12Merge branch 'master' into staging-nextWeijia Wang1-5/+5
2023-11-12nix-prefetch-git: make it quietSharzyL1-5/+5
2023-11-12Merge master into staging-nextgithub-actions[bot]2-1/+2
2023-11-11nix-prefetch-git: respect NETRCElliot Cameron2-1/+2
2023-11-09Merge master into staging-nextgithub-actions[bot]2-6/+51
2023-11-09fetchgit: shallow clone for submodules (#254172)Shogo Takata2-6/+51
2023-11-06Merge branch 'master' into staging-nextWeijia Wang1-1/+1
2023-11-05nix-prefetch-git: download submodules with --progressK9001-1/+1
2023-10-16Merge staging-next into staginggithub-actions[bot]1-5/+11
2023-10-16Merge pull request #249733 from Aleksanaa/nix-prefetch-gitDomen Kožar1-5/+11
2023-10-08Merge staging-next into staginggithub-actions[bot]1-1/+1
2023-10-08fetchgit: use $NIX_BUILD_TOP instead of hardcoding /build/Sandro Jäckel1-1/+1
2023-10-05Merge staging-next into staginggithub-actions[bot]1-0/+1
2023-10-05fetchgit: fix private fetching via netrcSandro Jäckel1-0/+1
2023-10-04treewide: refactor `.attrs.sh` detectionMaximilian Bosch1-1/+1
2023-09-22nix-prefetch-git: ignore global and user git configAlyssa Ross1-3/+6
2023-09-06Merge pull request #252865 from emily-is-my-username/fix/fetchgit-deepcloneSilvan Mosberger1-0/+1
2023-08-31nix-prefetch-git: fix make_deterministic_repo in submodulesaleksana1-5/+11
2023-07-21Merge master into staging-nextgithub-actions[bot]1-4/+2
2023-07-20fetchgit: clean up md5 referencesTheodore Ni1-4/+2
2023-07-09nix-prefetch-git: add sri-hash to outputPedroHLC ☭1-0/+1
2023-07-01fetchgit: don't shallow clone if deepClone is requestedEmily1-0/+1
2023-06-24fetchgit: add a default NIX_BUILD_CORES variableMario Rodas1-1/+1
2023-06-20fetchgit: fetch submodules in parallelDomen Kožar1-21/+1
2023-06-05Merge pull request #235898 from panicgh/fetchgit-sparse-checkout-failhardRick van Schijndel1-5/+5
2023-06-04fetchgit: require sparseCheckout be a list of stringsNicolas Benes1-5/+5
2023-05-31nix-prefetch-git: fix typofetsorn1-2/+2
2023-05-21nix-prefetch-git: redirect git lfs to stderrRyan Hendrickson1-1/+1
2023-05-07Merge pull request #158968: Make fetchFromGitHub & friends overridablepiegames1-0/+2
2023-04-22treewide: Make some fetchers overridablepiegames1-0/+2
2023-04-19Merge pull request #187210 from pinn3/fetchgit/remove-outdated-commentArtturi1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-3/+1
2023-01-16treewide: remove usages of header and stopNestArtturin1-2/+1
2023-01-14Merge pull request #185005 from amjoseph-nixpkgs/pr/fetchgit/fix-commentArtturi1-1/+1
2022-12-08treewide: source .attrs in buildersArtturin1-0/+2
2022-11-15fetchgit: make sparseCheckout a list of stringsNicolas Benes2-11/+19
2022-08-18fetchgit: Remove comment regarding path needing to be a stringpinn31-1/+1
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter4-2/+19
2022-08-03fetchgit: remove "security" from comment about "security risk"Adam Joseph1-1/+1
2022-06-30Revert "nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone"Sebastian Jordan1-4/+0
2022-06-28Merge pull request #177575 from seppeljordan/nix-prefetch-git-fixMaximilian Bosch1-0/+4
2022-06-14nix-prefetch-git: Fix inconsistency with fetchgit regarding deepCloneSebastian Jordan1-0/+4
2022-06-11fetchgit: allow passing allowedRequisites through to stdenv.mkDerivationAdam Joseph1-1/+3
2022-05-24unstableGitUpdater: fix updating fetchzip-based sourcesJan Tojnar1-0/+4
2022-05-05testers.invalidateFetcherByDrvHash: Move from top-levelRobert Hensing1-3/+3
2022-04-18fetchgit: allow passing thru metaSandro Jäckel1-1/+2
2022-02-19fetchgit: split off deterministic-git functionsMaciej Krüger1-0/+45
2022-01-24fetchgit: Add test for sparseCheckoutZhong Jianxin1-0/+11