summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchgit/nix-prefetch-git
AgeCommit message (Expand)Author
2025-12-24nix-prefetch-git: restore the tag-related clone flags when leaving .gitYueh-Shun Li
2025-12-23nix-prefetch-git: Name FETCHED_HEAD "$ref" only for refs/tags/*Yueh-Shun Li
2025-12-17nix-prefetch-git: dont't fetch tags when deep clone unless leaving .gitYueh-Shun Li
2025-12-17nix-prefetch-git: fetch the fetching tag for NIX_PREFETCH_GIT_CHECKOUT_HOOKYueh-Shun Li
2025-09-24nix-prefetch-git: add --no-add-path argumentAlexander Bantyev
2025-08-10fetchgit: Add rootDir argument (#427165)Philip Taron
2025-08-08nix-prefetch-git: Add --root-dir argumentYuriy Taraday
2025-07-24tor: add tor.proxyHookRyan Hendrickson
2025-07-16fetchgit: pass --checkout when fetching submodulesJared Baur
2025-05-28pkgs/build-support/fetchgit: add fetchTags parameterTim Black
2025-04-15nix-prefetch-git: add `--name` parameterValentin Gagarin
2024-11-25build-support: Simplify tmpdir creation with coreutilsJonathan del Strother
2024-11-25build-support: fix nix-prefetch-* on macOSJonathan del Strother
2024-10-23nix-prefetch-git: fix error in home folder cleanupthomasjm
2024-08-23treewide: support NIX_SSL_CERT_FILE as an impureEnvVarTim Cuthbertson
2024-04-22fetchgit: Support fetching signed tags over dumb http transportScott Worley
2024-03-21fetchgit: set http.proxy globally for submoduleslinsui
2023-11-12nix-prefetch-git: make it quietSharzyL
2023-11-11nix-prefetch-git: respect NETRCElliot Cameron
2023-11-09fetchgit: shallow clone for submodules (#254172)Shogo Takata
2023-11-05nix-prefetch-git: download submodules with --progressK900
2023-10-16Merge pull request #249733 from Aleksanaa/nix-prefetch-gitDomen Kožar
2023-10-08fetchgit: use $NIX_BUILD_TOP instead of hardcoding /build/Sandro Jäckel
2023-10-05fetchgit: fix private fetching via netrcSandro Jäckel
2023-09-22nix-prefetch-git: ignore global and user git configAlyssa Ross
2023-09-06Merge pull request #252865 from emily-is-my-username/fix/fetchgit-deepcloneSilvan Mosberger
2023-08-31nix-prefetch-git: fix make_deterministic_repo in submodulesaleksana
2023-07-09nix-prefetch-git: add sri-hash to outputPedroHLC ☭
2023-07-01fetchgit: don't shallow clone if deepClone is requestedEmily
2023-06-24fetchgit: add a default NIX_BUILD_CORES variableMario Rodas
2023-06-20fetchgit: fetch submodules in parallelDomen Kožar
2023-05-31nix-prefetch-git: fix typofetsorn
2023-05-21nix-prefetch-git: redirect git lfs to stderrRyan Hendrickson
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter
2022-06-30Revert "nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone"Sebastian Jordan
2022-06-14nix-prefetch-git: Fix inconsistency with fetchgit regarding deepCloneSebastian Jordan
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin
2021-12-22nix-prefetch-git: fix incorrect mktemp usageTomas Bravo
2021-09-28fetchgit: add support for netrc file through impure NIX_GIT_SSL_CAINFO envSandro Jäckel
2021-08-28nix-prefetch-git: add fetchLFS flag to the JSON outputBjørn Forsman
2021-08-28nix-prefetch-git: provide fallback for $TMPDIRBjørn Forsman
2021-07-12nix-prefetch-git: don't fetch everything when given a hashAtemu
2021-05-07fetchgit: document --fetch-lfs flagBjørn Forsman
2021-02-20Merge pull request #104714 from codedownio/tree-hashestaku0
2021-02-18nix-prefetch-git: Run git-init with --initial-branch=masterMichael Weiss
2021-02-13fetchgit: support passing tree hashes as "rev"Tom McLaughlin
2021-01-11fetchgit: add lfs supportJonathan Ringer
2020-05-04nix-prefetch-git: also add store path to json outputJörg Thalheim
2020-03-26Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...Benjamin Hipple
2020-03-26Merge pull request #79581 from bhipple/feature/fetcher-whitespace-cleanBenjamin Hipple