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: 64e9b3c83b7c
Choose a base ref
...
head repository: NixOS/nix
compare: 76f000712ed3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 25, 2020

  1. Use "?dir=..." portion of "registry add" local path specification.

    The registry targets generally follow a URL formatting schema with
    support for a query parameter of "?dir=subpath" to specify a sub-path
    location below the URL root.
    
    Alternatively, an absolute path can be specified.  This specification
    mode accepts the query parameter but ignores/drops it.  It would
    probably be better to either (a) disallow the query parameter for the
    path form, or (b) recognize the query parameter and add to the path.
    
    This patch implements (b) for consistency, and to make it easier for
    tooling that might switch between a remote git reference and a local
    path reference.
    
    See also issue #4050.
    kquick committed Sep 25, 2020
    Copy the full SHA
    cb186f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Copy the full SHA
    76f0007 View commit details
    Browse the repository at this point in the history