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: 26f728ed89ca
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 87a69edf672b
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on May 25, 2019

  1. Copy the full SHA
    81d3bd6 View commit details
    Browse the repository at this point in the history
  2. patchShebangs: Allow for multiple arguments

    It's tempting to think patchShebangs supports multiple arguments.
    Without this patch it just silently ignores all but the first. Now it
    patches the shebangs in all of its arguments.
    
    Fixes: #57695
    JohnAZoidberg committed May 25, 2019
    Copy the full SHA
    4a1e51f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. patchShebangs: Exit if no arguments were given

    Commit "patchShebangs: Allow for multiple arguments" 4a1e51f
    removed the check. We don't want to break existing usages so this
    introduces it again with a successful exit code.
    JohnAZoidberg committed May 26, 2019
    Copy the full SHA
    7c3d752 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #60559 from JohnAZoidberg/patchshebangs-multiple-args

    patchShebangs: Allow multiple args
    matthewbauer committed Jun 6, 2019
    Copy the full SHA
    87a69ed View commit details
    Browse the repository at this point in the history