aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops
AgeCommit message (Expand)Author
2018-02-28fetchGit: use "HEAD" as default refWill Dietz
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-09fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz
2017-12-22fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz
2017-11-24fetchGit: Ignore tarballTtl if rev is set and not in the repo.Shea Levy
2017-11-21fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra
2017-11-03fetchgit.cc -> fetchGit.ccEelco Dolstra
2017-11-03Remove git:// support in NIX_PATHEelco Dolstra
2017-11-03fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra
2017-11-03fetchGit: Add a testEelco Dolstra
2017-11-03fetchGit: Don't do a remote fetch if we already have the revEelco Dolstra
2017-11-02fetchMercurial: fix error messagetv
2017-11-01Fix buildEelco Dolstra
2017-11-01fetchMercurial: Don't fetch hashes we already haveEelco Dolstra
2017-11-01Add fetchMercurial primopEelco Dolstra
2017-10-30builtins.fetchgit: Support importing a working treeEelco Dolstra
2017-10-30Make "fetchGit /path" workEelco Dolstra
2017-10-30fetchGit: Fix broken assertionEelco Dolstra
2017-10-30Add option allowed-urisEelco Dolstra
2017-10-30builtins.fetchGit: Return an attrset with revision infoEelco Dolstra
2017-10-30fetchgit -> fetchGitEelco Dolstra
2017-10-30builtins.fetchgit: Don't mess up the progress indicatorEelco Dolstra
2017-10-30builtins.fetchgit: Support a "name" attributeEelco Dolstra
2017-10-17fetchgit: Remove incomplete/unneeded ref check.Shea Levy
2017-10-16fetchgit: Remove incomplete/unneeded isURI check.Shea Levy
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-27builtins.fetchgit: Support specifying commit hashesEelco Dolstra
2017-07-27builtins.fetchgit: Respect tarball-ttlEelco Dolstra
2017-07-27builtins.fetchgit: Use proper refs locallyEelco Dolstra
2017-07-27builtins.fetchgit: Cache hash -> store path mappingsEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-03-02builtins.fetchgit: Support pathsEelco Dolstra
2017-03-02builtins.fetchgit: Fix bad format stringEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-04-29Support Git repos in the Nix pathEelco Dolstra
2016-04-29Add fetchgit builtinEelco Dolstra