Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: ebeea068d52a
Choose a base ref
...
head repository: NixOS/nix
compare: 4aee93d5ce6c
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 17, 2018

  1. 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.
    graham-at-target committed Aug 17, 2018
    Copy the full SHA
    02098d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. 1
    Copy the full SHA
    3f4de91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4aee93d View commit details
    Browse the repository at this point in the history