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/nixpkgs
base: 9e9cc471b663
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f2129ae7c7ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2018

  1. diskrsync: fix argv0

    When using diskrsync over SSH, on the remote machine it calls an executable
    equal to argv0. Typically, this is just diskrsync but now that diskrsync is
    wrapped, the wrapper uses absolute path to diskrsync and that path doesn't most
    likely work on the remote machine. Thus, we need to force argv0 to "diskrsync"
    so that it works on the remote machine.
    jluttine committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    0f92afd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39339 from jluttine/fix-diskrsync-argv0

    diskrsync: fix argv0
    Mic92 committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    f2129ae View commit details
    Browse the repository at this point in the history