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: 750c993f0049
Choose a base ref
...
head repository: NixOS/nix
compare: be2580be0172
Choose a head ref
  • 7 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 29, 2020

  1. Copy the full SHA
    48ddb8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3335 from domenkozar/retry-429

    retry on HTTP status code 429
    edolstra committed Jan 29, 2020
    Copy the full SHA
    7be1a07 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

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

Commits on Feb 3, 2020

  1. ssh-store: add remote-store and remote-program query params

    Brings the functionality of ssh-ng:// in sync with the legacy ssh://
    implementation.  Specifying the remote store uri enables various useful
    things. eg.
    
        $ nix copy --to ssh-ng://cache?remote-store=file://mnt/cache --all
    LnL7 committed Feb 3, 2020
    Copy the full SHA
    8745c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge pull request #3344 from LnL7/ssh-ng-remote-params

    ssh-store: add remote-store and remote-program query params
    edolstra committed Feb 4, 2020
    Copy the full SHA
    db88cb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Copy the full SHA
    0222870 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be2580b View commit details
    Browse the repository at this point in the history