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: daa86b842231
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95d26c9a9f2a
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 24, 2020

  1. parallel: fix calculation of max line length

    parallel >= 20200822 uses /bin/echo to calculate the max allowed line
    length. Patch it to a correct path, so that it doesn't (silently) fail
    and fall back to a low value of 324.
    
    Before:
      $ parallel --max-line-length-allowed
      324
    
    After:
      $ parallel --max-line-length-allowed
      131063
    
    Fixes: 16ca872 ("parallel: 20200722 -> 20200822")
    (cherry picked from commit 3d4e133)
    bjornfor committed Oct 24, 2020
    Copy the full SHA
    95d26c9 View commit details
    Browse the repository at this point in the history