about summary refs log tree commit diff
path: root/src/libexpr/primops (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16 Add pure evaluation modeEelco Dolstra2-5/+16
2018-01-09 fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz1-1/+0
2017-12-22 fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz1-1/+5
2017-11-24 fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy1-24/+35
2017-11-21 fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra2-4/+6
2017-11-03 fetchgit.cc -> fetchGit.ccEelco Dolstra1-0/+0
2017-11-03 Remove git:// support in NIX_PATHEelco Dolstra2-25/+8
2017-11-03 fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra2-8/+16
2017-11-03 fetchGit: Add a testEelco Dolstra1-1/+1
2017-11-03 fetchGit: Don't do a remote fetch if we already have the revEelco Dolstra1-15/+23
2017-11-02 fetchMercurial: fix error messagetv1-1/+1
2017-11-01 Fix buildEelco Dolstra1-1/+1
2017-11-01 fetchMercurial: Don't fetch hashes we already haveEelco Dolstra1-9/+19
2017-11-01 Add fetchMercurial primopEelco Dolstra2-2/+189
2017-10-30 builtins.fetchgit: Support importing a working treeEelco Dolstra2-6/+46
2017-10-30 Make "fetchGit /path" workEelco Dolstra1-5/+5
2017-10-30 fetchGit: Fix broken assertionEelco Dolstra1-1/+1
2017-10-30 Add option allowed-urisEelco Dolstra1-3/+4
2017-10-30 builtins.fetchGit: Return an attrset with revision infoEelco Dolstra2-17/+53
2017-10-30 fetchgit -> fetchGitEelco Dolstra1-4/+4
2017-10-30 builtins.fetchgit: Don't mess up the progress indicatorEelco Dolstra1-3/+5
2017-10-30 builtins.fetchgit: Support a "name" attributeEelco Dolstra2-11/+18
2017-10-17 fetchgit: Remove incomplete/unneeded ref check.Shea Levy1-5/+0
2017-10-16 fetchgit: Remove incomplete/unneeded isURI check.Shea Levy1-4/+1
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-9/+9
2017-07-27 builtins.fetchgit: Support specifying commit hashesEelco Dolstra2-9/+29
2017-07-27 builtins.fetchgit: Respect tarball-ttlEelco Dolstra1-1/+19
2017-07-27 builtins.fetchgit: Use proper refs locallyEelco Dolstra1-4/+3
2017-07-27 builtins.fetchgit: Cache hash -> store path mappingsEelco Dolstra1-2/+18
2017-05-16 Improve progress indicatorEelco Dolstra1-1/+1
2017-03-02 builtins.fetchgit: Support pathsEelco Dolstra1-3/+5
2017-03-02 builtins.fetchgit: Fix bad format stringEelco Dolstra1-1/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-6/+6
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-6/+6
2016-04-29 Support Git repos in the Nix pathEelco Dolstra2-33/+52
2016-04-29 Add fetchgit builtinEelco Dolstra1-0/+77