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
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2019-11-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-10-30
Replace git show with git log
Janne Heß
2019-10-21
exportGitHub(): Don't rely on the ETag from GitHub
Eelco Dolstra
2019-10-16
Improve GitHub caching
Eelco Dolstra
2019-10-07
fetchGit: Support Git trees without any commits
Eelco Dolstra
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2019-09-20
Add flags to disallow dirty Git trees and to turn off warnings
Eelco Dolstra
2019-09-05
Use git+ prefix in flake URI schemes
Eelco Dolstra
2019-08-30
Turn flake inputs into an attrset
Eelco Dolstra
2019-07-12
fetchGit: Warn about dirty trees
Eelco Dolstra
2019-07-06
Merge remote-tracking branch 'origin/master' into flakes
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-06-21
Fix 32-bit overflow with --no-net
Eelco Dolstra
2019-05-29
Add date of last commit to SourceInfo
Eelco Dolstra
2019-05-23
fetchGit: Don't barf if we can't update our Git clone
Eelco Dolstra
2019-05-15
Make flakes work with 'nix build --store ...'
Eelco Dolstra
2019-04-19
fetchGit: Return revCount for dirty working trees
Eelco Dolstra
2019-04-19
exportGit: Don't clone local repositories
Eelco Dolstra
2019-04-19
Clean up exportGit argument handling
Eelco Dolstra
2019-04-19
Fix assertion failure in FlakeRef::to_string()
Eelco Dolstra
2019-04-08
Add path flakeref variant
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-12
Enforce use of immutable flakes in pure mode
Eelco Dolstra
2019-02-12
Improve flake references
Eelco Dolstra
2019-02-12
experimental/optional -> optional
Eelco Dolstra
2019-02-11
Initial flake support
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