index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops
/
fetchTree.cc
Age
Commit message (
Expand
)
Author
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-11-17
Simplify fix by disallowing / in front of @ to match scp style
Kalle Jepsen
2021-11-17
Fix detection of scp-style URIs to support non-standard SSH ports for git
Kalle Jepsen
2021-10-26
Tweak fetchTree docs
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-17
fetch: nicer infinite recursion errors
Kevin Amado
2021-10-15
fetchTree: add pos to EvalState::forceValue
Kevin Amado
2021-10-15
fetchTree: add pos to EvalState::forceValue
Kevin Amado
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-06
fetchTree(): Parse type attribute first
Eelco Dolstra
2021-10-06
Cleanup
Eelco Dolstra
2021-10-06
Merge branch 'considerate/scp-like-urls' of https://github.com/considerate/nix
Eelco Dolstra
2021-09-22
Revert "Merge pull request #4922 from nrdxp/default-submodules"
Eelco Dolstra
2021-09-15
Merge pull request #5257 from edolstra/dirty-lock-file
Eelco Dolstra
2021-09-15
Merge branch 'mh/fix-chroot-eval' of https://github.com/obsidiansystems/nix
Eelco Dolstra
2021-09-15
If we can't write a lock file, pretend the top-level flake is dirty
Eelco Dolstra
2021-09-07
Merge pull request #4922 from nrdxp/default-submodules
Shea Levy
2021-08-05
Use the store path as the context of the result of fetchTree, not the real path
Madeline Haraj
2021-07-30
Support SCP-like URLs in builtins.fetchGit attrs
Viktor Kronvall
2021-07-09
Merge pull request #4995 from NixOS/fetchgit-name-attribute
Eelco Dolstra
2021-07-08
Restore the possibility to use a `name` parameter in fetchGit
regnat
2021-07-08
Merge pull request #4988 from NixOS/fetchgit-name-attribute
Eelco Dolstra
2021-07-08
Forbid the `name` attribute for fetchTree
regnat
2021-07-02
Allow scp-style uris in `fetchgit`
regnat
2021-06-17
libfetchers/git: fetch submodules by default
Timothy DeHerrera
2021-04-23
Replace the trailing markdown spaces by a backslash
regnat
2021-01-25
Add FIXME
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-28
Fixup
Matthew Bauer
2020-12-24
Merge branch 'master' into support-libcxx10
Matthew Bauer
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-12-22
Document `allRefs` argument of `builtins.fetchTree`
Maximilian Bosch
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-11-26
builtins.fetchGit: Fix shortRev attribute for dirty trees
Eelco Dolstra
2020-10-29
Alter "wanted:" to "specified:" in hash mismatch output
stev
2020-10-26
Move Explicit
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-29
Make Headers an optional argument
Eelco Dolstra
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
2020-08-24
Move primop docs inline
Eelco Dolstra
2020-08-05
Remove optionality in ValidPathInfo::narInfo
Carlo Nucera
2020-07-28
Restore backwards-compat for current `builtins.fetchGit`
Maximilian Bosch
2020-07-28
Merge legacy `fetchGit`-builtin with the generic `fetchTree`-function
Maximilian Bosch
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
[next]