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

Commits on Sep 23, 2018

  1. tig: fix zsh completion

    The ZSH completion script of `tig` basically imports the bash completion
    script and uses it as completion approach. Unfortunately the script
    takes several assumptions about the directory structure using
    `$funcsourcetrace`[1] that don't apply on NixOS.
    
    The easiest workaround is t opatch the completion script and import the
    bash completion script from `$out`.
    
    [1] http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#index-funcsourcetrace
    Ma27 committed Sep 23, 2018
    Copy the full SHA
    4bf1a7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47234 from Ma27/fix-tig-zsh-completion

    tig: fix zsh completion
    Mic92 committed Sep 23, 2018
    Copy the full SHA
    e1ef438 View commit details
    Browse the repository at this point in the history