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

Commits on Jul 31, 2020

  1. tig: Don't install the broken ZSH completion

    There are some Nixpkgs specific issues that we could fix but due to
    changes in Git it currently isn't possible to source git-completion.bash
    from ZSH (at least not how tig-completion.bash expects it).
    Upstream issue: jonas/tig#940
    
    For the meantime it seems best to simply not install it anymore so that
    the fallback implementation from ZSH can be used (more inaccurate as the
    git-log completion is reused but it is helpful to complete remotes,
    branches, tags, etc. and doesn't emit an error to the console).
    primeos committed Jul 31, 2020
    Copy the full SHA
    e9c3654 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94368 from primeos/tig-drop-broken-zsh-completion

    tig: Don't install the broken ZSH completion
    Ma27 committed Jul 31, 2020
    Copy the full SHA
    1df6682 View commit details
    Browse the repository at this point in the history