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

Commits on Aug 19, 2018

  1. backblaze-b2: Fix backblaze bash autocomplete issue

    Backblaze's CLI tool is relying on `have` function which is
    deprecated[1] and gets dereferenced[2] at the end of `bash-completion`.
    
    This causes issues for NixOS because those bash completions are
    run after bash-completion[3] has already run and unset the
    `have` function.
    
    [1] https://github.com/scop/bash-completion/blob/4d88339928aa064a567d5feb40694dfd24a274c5/bash_completion#L114
    [2] https://github.com/scop/bash-completion/blob/4d88339928aa064a567d5feb40694dfd24a274c5/bash_completion#L2103
    [3] https://github.com/NixOS/nixpkgs/blob/80b6513fbf5789ff0208c19a89bae49df2b503ad/nixos/modules/programs/bash/bash.nix#L22
    uskudnik committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    af55116 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45334 from uskudnik/fix-backblaze-autocompletion-…

    …issue
    
    Fix backblaze CLI bash autocomplete issue
    infinisil committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    99c593a View commit details
    Browse the repository at this point in the history