aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchGit.sh
AgeCommit message (Expand)Author
2022-04-29Test fetchGit with non-'master' remote repoKjetil Orbekk
2022-04-07Test fetchgit with path containing a `.` segmentThéophane Hufschmitt
2022-02-19git fetcher: distinguish errors more preciselyMartin Schwaighofer
2022-02-19git fetcher: invoke diff instead of diff-indexMartin Schwaighofer
2022-02-19git fetcher: improve check for valid repositoryMartin Schwaighofer
2021-07-06Allow `fetchGit` to take a `name` argumentregnat
2021-03-30tests: check that builtins.fetchGit { ..., ref = "HEAD"; } worksBjørn Forsman
2020-12-22tests/fetchGit: test behavior of `allRefs = true;`Maximilian Bosch
2020-11-26builtins.fetchGit: Fix shortRev attribute for dirty treesEelco Dolstra
2020-07-28Restore backwards-compat for current `builtins.fetchGit`Maximilian Bosch
2020-07-28Merge legacy `fetchGit`-builtin with the generic `fetchTree`-functionMaximilian Bosch
2020-03-17Git: Use unified caching systemEelco Dolstra
2020-03-17Require shallow clones to be requested explicitlyEelco Dolstra
2020-03-16Add a test for shallow Git clonesEelco Dolstra
2020-03-16Fix re-running the fetchGit.sh testEelco Dolstra
2020-02-19builtins.fetchGit: Fix build when fetching a git worktreeMaximilian Bosch
2020-01-21Pluggable fetchersEelco Dolstra
2019-11-27nix: Add --expr flagEelco Dolstra
2019-10-16Fix repeated fetchGit.sh testEelco Dolstra
2019-05-26Remove outdated fetchGit testEelco Dolstra
2019-04-19exportGit: Don't clone local repositoriesEelco Dolstra
2019-04-08nix: Add --impure as a shorter alias of --no-pure-evalEelco Dolstra
2019-04-08Fix testsEelco Dolstra
2018-08-17fetchGit: use a better caching schemeGraham Christensen
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-09fetchGit.sh: Test we don't "corrupt" cache if invoke w/o git availWill Dietz
2017-12-22fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz
2017-11-24fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy
2017-11-21fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra
2017-11-07Show when tests are skippedEelco Dolstra
2017-11-03fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra
2017-11-03fetchGit: Add a testEelco Dolstra