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: d688c7cd05b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d45d6205de2e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2019

  1. setup.sh: rewrite stripHash

    Rewrite the `stripHash` helper function with 2 differences:
    
    * Paths starting with `--` will no longer produce an error.
    * Use Bash string manipulation instead of shelling out to `grep` and
      `cut`. This should be faster.
    lilyball authored and FRidh committed Nov 12, 2019
    Copy the full SHA
    d45d620 View commit details
    Browse the repository at this point in the history