nix-gh/src/libexpr/primops
Graham Christensen 02098d2073 fetchGit: use a better caching scheme
The current usage technically works by putting multiple different
repos in to the same git directory. However, it is very slow as
Git tries very hard to find common commits between the two
repositories. If the two repositories are large (like Nixpkgs and
another long-running project,) it is maddeningly slow.

This change busts the cache for existing deployments, but users
will be promptly repaid in per-repository performance.
2018-08-17 11:27:34 -04:00
..
fetchGit.cc fetchGit: use a better caching scheme 2018-08-17 11:27:34 -04:00
fetchMercurial.cc Move evaluator-specific settings out of libstore 2018-05-30 13:29:50 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00