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: b7409c575449
Choose a base ref
...
head repository: NixOS/nix
compare: 475a0a54a9c2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 31, 2018

  1. fetchGit/fetchMercurial: Don't absolutize paths

    This is already done by coerceToString(), provided that the argument
    is a path (e.g. 'fetchGit ./bla'). It fixes the handling of URLs like
    git@github.com:owner/repo.git. It breaks 'fetchGit "./bla"', but that
    was never intended to work anyway and is inconsistent with other
    builtin functions (e.g. 'readFile "./bla"' fails).
    edolstra committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    475a0a5 View commit details
    Browse the repository at this point in the history