about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit/nix-prefetch-git
AgeCommit message (Expand)AuthorFilesLines
2024-04-22fetchgit: Support fetching signed tags over dumb http transportScott Worley1-1/+1
2024-03-21fetchgit: set http.proxy globally for submoduleslinsui1-1/+1
2023-11-12nix-prefetch-git: make it quietSharzyL1-5/+5
2023-11-11nix-prefetch-git: respect NETRCElliot Cameron1-1/+1
2023-11-09fetchgit: shallow clone for submodules (#254172)Shogo Takata1-0/+3
2023-11-05nix-prefetch-git: download submodules with --progressK9001-1/+1
2023-10-16Merge pull request #249733 from Aleksanaa/nix-prefetch-gitDomen Kožar1-5/+11
2023-10-08fetchgit: use $NIX_BUILD_TOP instead of hardcoding /build/Sandro Jäckel1-1/+1
2023-10-05fetchgit: fix private fetching via netrcSandro Jäckel1-0/+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-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-05-31nix-prefetch-git: fix typofetsorn1-2/+2
2023-05-21nix-prefetch-git: redirect git lfs to stderrRyan Hendrickson1-1/+1
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter1-1/+3
2022-06-30Revert "nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone"Sebastian Jordan1-4/+0
2022-06-14nix-prefetch-git: Fix inconsistency with fetchgit regarding deepCloneSebastian Jordan1-0/+4
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin1-1/+7
2021-12-22nix-prefetch-git: fix incorrect mktemp usageTomas Bravo1-1/+1
2021-09-28fetchgit: add support for netrc file through impure NIX_GIT_SSL_CAINFO envSandro Jäckel1-0/+4
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-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-01-11fetchgit: add lfs supportJonathan Ringer1-0/+7
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 Hipple1-12/+13
2020-03-26Merge pull request #79581 from bhipple/feature/fetcher-whitespace-cleanBenjamin Hipple1-13/+12
2020-02-14nix-prefetch-git: Fix output manglingJan Tojnar1-13/+18
2020-02-14nix-prefetch-git: report deepClone & leaveDotGitJan Tojnar1-4/+6
2020-02-08fetchzip, fetchgit: cleanup handling of optional features and whitespaceBenjamin Hipple1-13/+12
2019-11-26nix-prefetch-git: list --branch-name in helpDima1-0/+1
2019-08-31nix-prefetch-git: Remove some pack file non-determinismSilvan Mosberger1-1/+3
2019-06-18Merge pull request #54543 from thefloweringash/git-prefetch-errorsMatthew Bauer1-15/+32
2019-05-03nix-prefetch-git: add -h as shortcut for --help to improve quality of lifeAndreas Rammhold1-1/+1
2019-01-25nix-prefetch-git: propagate errors under --quietAndrew Childs1-15/+32
2018-12-25treewide: Fix broken Gmane URLsCraig Younkins1-1/+1
2018-06-28fetchgit: adapt regex to git 2.18.0Guillaume Maudoux1-1/+1
2018-06-17nix-prefetch-git: fix output `fetchSubmodules` propertyTim Cuthbertson1-1/+1
2018-05-04nix-prefetch-git: fix handling of submodules with spacesLionello Lunesu1-1/+1
2018-01-24nix-prefetch-git: fix extraction of submodule hashes on latest gitWill Dietz1-1/+1
2017-10-29Update nix-prefetch-gitVaibhav Sagar1-1/+1
2017-07-05Merge branch 'master' into stagingVladimír Čunát1-0/+1