about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin3-2/+10
2021-12-22nix-prefetch-git: fix incorrect mktemp usageTomas Bravo1-1/+1
2021-11-09fetchgit: support hash parameter alongside sha256Maciej Krüger1-3/+10
2021-09-28fetchgit: add support for netrc file through impure NIX_GIT_SSL_CAINFO envSandro Jäckel2-2/+18
2021-09-21Merge pull request #136022 from hercules-ci/fetcher-testingRobert Hensing1-0/+10
2021-08-28fetchgit.tests: initRobert Hensing1-0/+10
2021-08-28nix-prefetch-git: add fetchLFS flag to the JSON outputBjørn Forsman1-0/+1
2021-08-28nix-prefetch-git: provide fallback for $TMPDIRBjørn Forsman1-1/+7
2021-07-12nix-prefetch-git: don't fetch everything when given a hashAtemu1-1/+2
2021-05-07fetchgit: document --fetch-lfs flagBjørn Forsman1-0/+1
2021-03-21Merge pull request #111782 from Luflosi/fetchgit-escape-regexSandro1-1/+1
2021-02-20Merge pull request #104714 from codedownio/tree-hashestaku01-1/+13
2021-02-18nix-prefetch-git: Run git-init with --initial-branch=masterMichael Weiss1-1/+1
2021-02-13fetchgit: support passing tree hashes as "rev"Tom McLaughlin1-1/+13
2021-02-03fetchgit: escape dot in regexLuflosi1-1/+1
2021-01-27treewide: stdenvNoCC.lib -> libBen Siraphob1-4/+4
2021-01-11fetchgit: add lfs supportJonathan Ringer3-3/+14
2020-05-04nix-prefetch-git: also add store path to json outputJörg Thalheim1-0/+1
2020-03-26Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...Benjamin Hipple2-13/+14
2020-03-26Merge pull request #79581 from bhipple/feature/fetcher-whitespace-cleanBenjamin Hipple2-14/+13
2020-02-14nix-prefetch-git: Fix output manglingJan Tojnar1-13/+18