index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
Age
Commit message (
Expand
)
Author
2020-06-12
Add newHashAllowEmpty helper function
Matthew Bauer
2020-06-09
Support empty hash in fetchers
Matthew Bauer
2020-04-29
Fix displaying error-position in `builtins.fetch{Tree,Tarball}`
Maximilian Bosch
2020-04-16
fetchMercurial: Use inputFromAttrs()
Eelco Dolstra
2020-04-08
after flake rebase
Nikola Knezevic
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
Remove global -I flags
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-06-24
Fix abort in fromTOML
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-01-31
Add builtins.appendContext.
Shea Levy
2019-01-14
Add builtins.getContext.
Shea Levy
2018-12-14
fetchGit: allow fetching explicit refs
Daiderd Jordan
2018-12-06
Solve hg "abandoned transaction" issue
CHEIKH Chawki
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-07-11
Fix build on 32-bit systems and macOS
Eelco Dolstra
2018-07-11
Shup up a warning
Eelco Dolstra
2018-07-03
Include cpptoml for build simplicity
Eelco Dolstra
2018-07-03
Add a fromTOML primop
Eelco Dolstra
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
2017-11-03
Remove git:// support in NIX_PATH
Eelco Dolstra
[next]