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: ce2c755d2aa4
Choose a base ref
...
head repository: NixOS/nix
compare: a15f9b37eba8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 7, 2019

  1. fetchGit: Support Git trees without any commits

    Fixes
    
      $ nix build
      fatal: bad revision 'HEAD'
      error: program 'git' failed with exit code 128
    
    on a new flake. It is now detected as a dirty tree with revCount = 0.
    edolstra committed Oct 7, 2019
    Copy the full SHA
    a15f9b3 View commit details
    Browse the repository at this point in the history