aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fetchGit.cc
AgeCommit message (Expand)Author
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-30Replace git show with git logJanne Heß
2019-10-21exportGitHub(): Don't rely on the ETag from GitHubEelco Dolstra
2019-10-16Improve GitHub cachingEelco Dolstra
2019-10-07fetchGit: Support Git trees without any commitsEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-09-05Use git+ prefix in flake URI schemesEelco Dolstra
2019-08-30Turn flake inputs into an attrsetEelco Dolstra
2019-07-12fetchGit: Warn about dirty treesEelco Dolstra
2019-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-07-02Merge pull request #2582 from LnL7/fetchgit-refsEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-21Fix 32-bit overflow with --no-netEelco Dolstra
2019-05-29Add date of last commit to SourceInfoEelco Dolstra
2019-05-23fetchGit: Don't barf if we can't update our Git cloneEelco Dolstra
2019-05-15Make flakes work with 'nix build --store ...'Eelco Dolstra
2019-04-19fetchGit: Return revCount for dirty working treesEelco Dolstra
2019-04-19exportGit: Don't clone local repositoriesEelco Dolstra
2019-04-19Clean up exportGit argument handlingEelco Dolstra
2019-04-19Fix assertion failure in FlakeRef::to_string()Eelco Dolstra
2019-04-08Add path flakeref variantEelco Dolstra
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-02-12Enforce use of immutable flakes in pure modeEelco Dolstra
2019-02-12Improve flake referencesEelco Dolstra
2019-02-12experimental/optional -> optionalEelco Dolstra
2019-02-11Initial flake supportEelco Dolstra
2018-12-14fetchGit: allow fetching explicit refsDaiderd Jordan
2018-11-20fetchGit: Drop unnecessary localRefEelco Dolstra
2018-11-20Merge branch 'better-git-cache' of https://github.com/graham-at-target/nixEelco Dolstra
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-08-17fetchGit: use a better caching schemeGraham Christensen
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-03-19Shut up signedness warningEelco Dolstra
2018-03-13fetchGit: Fix debug messageGuillaume Maudoux
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