summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchgit/tests.nix
AgeCommit message (Expand)Author
2026-03-02tests.fetchgit.withGitConfig: fix buildColin
2026-02-19tests.fetchgit: pass `system` and the existing `config`Emily
2025-12-17tests.fetchgit: add submodule-revision-countYueh-Shun Li
2025-12-17nix-prefetch-git: fetch the fetching tag for NIX_PREFETCH_GIT_CHECKOUT_HOOKYueh-Shun Li
2025-12-09tests.fetchgit: add simple-tagYueh-Shun Li
2025-12-09fetchgit: take postCheckout to allow collecting revision without leaving .gitYueh-Shun Li
2025-09-29config: add a `gitConfig`/`gitConfigFile` optionAlexander Bantyev
2025-09-29fetchgit: add a `gitConfigFile` argumentAlexander Bantyev
2025-09-24nix-prefetch-git: Add regression test for avoiding fetching cached pathsSilvan Mosberger
2025-09-24nix-prefetch-git: add --no-add-path argumentAlexander Bantyev
2025-08-08fetchgit: Add rootDir argumentYuriy Taraday
2025-06-02tests.fetchgit.fetchTags: fix flaky test by removing .git directory after get...Philip Taron
2025-05-28pkgs/build-support/fetchgit: add fetchTags parameterTim Black
2025-04-02Merge remote-tracking branch 'upstream/staging-next' into stagingSilvan Mosberger
2025-04-01treewide: Format all Nix filesSilvan Mosberger
2025-03-16git: use zlib-ng rather than zlibAdam Dinwoodie
2025-03-16tests.fetchgit: test deep clone without .gitAdam Dinwoodie
2025-02-11git: 2.47.2 -> 2.48.1Adam Dinwoodie
2024-04-22fetchgit: Support fetching signed tags over dumb http transportScott Worley
2023-11-09fetchgit: shallow clone for submodules (#254172)Shogo Takata
2022-11-15fetchgit: make sparseCheckout a list of stringsNicolas Benes
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter
2022-05-05testers.invalidateFetcherByDrvHash: Move from top-levelRobert Hensing
2022-01-24fetchgit: Add test for sparseCheckoutZhong Jianxin
2021-08-28fetchgit.tests: initRobert Hensing