about summary refs log tree commit diff
path: root/src/libexpr/primops/fetchGit.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-02 Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra1-1/+5
2019-06-24 Fix 32-bit overflow with --no-netEelco Dolstra1-1/+1
2019-06-24 CachedDownloadResult: Include store pathEelco Dolstra1-1/+1
2019-03-14 experimental/optional -> optionalEelco Dolstra1-2/+2
2018-12-14 fetchGit: allow fetching explicit refsDaiderd Jordan1-1/+5
2018-11-20 fetchGit: Drop unnecessary localRefEelco Dolstra1-4/+4
2018-11-20 Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra1-1/+3
2018-09-01 fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra1-2/+0
2018-08-17 fetchGit: use a better caching schemeGraham Christensen1-1/+3
2018-05-30 Move evaluator-specific settings out of libstoreEelco Dolstra1-1/+1
2018-03-19 Shut up signedness warningEelco Dolstra1-1/+1
2018-03-13 fetchGit: Fix debug messageGuillaume Maudoux1-1/+1
2018-02-28 fetchGit: use "HEAD" as default refWill Dietz1-1/+1
2018-01-16 Add pure evaluation modeEelco Dolstra1-5/+10
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 Dolstra1-2/+3
2017-11-03 fetchgit.cc -> fetchGit.ccEelco Dolstra1-0/+223