index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
fetchGit.cc
Age
Commit message (
Expand
)
Author
2020-07-28
Merge legacy `fetchGit`-builtin with the generic `fetchTree`-function
Maximilian Bosch
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-07
Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-03-30
fetchGit: don't use std::filesystem to filter git repos
Julian Stecklina
2020-03-29
fetchGit: fix submodule corner case by fetching all refs from cacheDir
Bjørn Forsman
2020-03-29
fetchGit: fix submodules = true for dirty trees
Bjørn Forsman
2020-03-29
fetchGit: checkout rev instead of latest ref
Bjørn Forsman
2020-03-29
fetchGit: add submodules attribute to the .link file
Bjørn Forsman
2020-03-29
fetchGit: fix submodule output attribute
Bjørn Forsman
2020-03-29
fetchGit: fix "fatal: couldn't find remote ref refs/heads/master" issue with ...
Bjørn Forsman
2020-03-29
Rename fetchGit fetchSubmodules to just submodules
Julian Stecklina
2020-03-29
Add git submodule fixes from @bjornfor
Julian Stecklina
2020-03-29
Add fetchSubmodules to builtins.fetchGit
Julian Stecklina
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2019-07-02
Merge pull request #2582 from LnL7/fetchgit-refs
Eelco Dolstra
2019-06-24
Fix 32-bit overflow with --no-net
Eelco Dolstra
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2018-12-14
fetchGit: allow fetching explicit refs
Daiderd Jordan
2018-11-20
fetchGit: Drop unnecessary localRef
Eelco Dolstra
2018-11-20
Merge branch 'better-git-cache' of https://github.com/graham-at-target/nix
Eelco Dolstra
2018-09-01
fetchGit/fetchMercurial: Don't absolutize paths
Eelco Dolstra
2018-08-17
fetchGit: use a better caching scheme
Graham Christensen
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-03-19
Shut up signedness warning
Eelco Dolstra
2018-03-13
fetchGit: Fix debug message
Guillaume Maudoux
2018-02-28
fetchGit: use "HEAD" as default ref
Will Dietz
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2018-01-09
fetchGit: fix creation of uninitialized cache dir, let git create it
Will Dietz
2017-12-22
fetchGit: Fix handling of local repo when not using 'master' branch
Will Dietz
2017-11-24
fetchGit: Ignore tarballTtl if rev is set and not in the repo.
Shea Levy
2017-11-21
fetchGit/fetchMercurial: Fix directory inclusion check
Eelco Dolstra
2017-11-03
fetchgit.cc -> fetchGit.cc
Eelco Dolstra