aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fetchGit.cc
AgeCommit message (Expand)Author
2020-07-28Merge legacy `fetchGit`-builtin with the generic `fetchTree`-functionMaximilian Bosch
2020-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-07Merge branch 'fetchgit-recursive' of https://github.com/blitz/nixEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-30fetchGit: don't use std::filesystem to filter git reposJulian Stecklina
2020-03-29fetchGit: fix submodule corner case by fetching all refs from cacheDirBjørn Forsman
2020-03-29fetchGit: fix submodules = true for dirty treesBjørn Forsman
2020-03-29fetchGit: checkout rev instead of latest refBjørn Forsman
2020-03-29fetchGit: add submodules attribute to the .link fileBjørn Forsman
2020-03-29fetchGit: fix submodule output attributeBjørn Forsman
2020-03-29fetchGit: fix "fatal: couldn't find remote ref refs/heads/master" issue with ...Bjørn Forsman
2020-03-29Rename fetchGit fetchSubmodules to just submodulesJulian Stecklina
2020-03-29Add git submodule fixes from @bjornforJulian Stecklina
2020-03-29Add fetchSubmodules to builtins.fetchGitJulian Stecklina
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2018-12-14fetchGit: allow fetching explicit refsDaiderd Jordan
2018-11-20fetchGit: Drop unnecessary localRefEelco Dolstra
2018-11-20Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-08-17fetchGit: use a better caching schemeGraham Christensen
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-03-19Shut up signedness warningEelco Dolstra
2018-03-13fetchGit: Fix debug messageGuillaume Maudoux
2018-02-28fetchGit: use "HEAD" as default refWill Dietz
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-09fetchGit: fix creation of uninitialized cache dir, let git create itWill 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-03fetchgit.cc -> fetchGit.ccEelco Dolstra