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

Commits on Sep 28, 2018

  1. patch-shebangs: use isScript to safely check for shebang start

    Fixes commonly encountered errors about broken pipes or null-bytes in
    command-substitution.
    dtzWill committed Sep 28, 2018
    Copy the full SHA
    830f9fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    286381f View commit details
    Browse the repository at this point in the history
  3. patch-shebangs.sh: use more robust 'for each file' loop, check for dir

    The latter is to avoid warnings printed by find if it doesn't exist.
    dtzWill committed Sep 28, 2018
    Copy the full SHA
    f7db287 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #47446 from dtzWill/fix/patch-shebangs-head-error-…

    …writing-broken-pipe
    
    patch-shebangs: use isScript to safely check for shebang start
    dtzWill committed Sep 28, 2018
    Copy the full SHA
    14fee84 View commit details
    Browse the repository at this point in the history