The `git-completion.zsh` unsets the `$ZSH_VERSION` which makes this check moot.
The result (at least for me) is that zsh segfaults because of all the variables
it's unsetting.
---
contrib/completion/git-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/c
On 4 June 2018 at 05:40, Junio C Hamano wrote:
Rick van Hattem writes:
> > The `git-completion.zsh` unsets the `$ZSH_VERSION` which makes this check
> > moot. The result (at least for me) is that zsh segfaults because of all the
> > variables it's unsetting.
> > -
On 6 June 2018 at 13:41, SZEDER Gábor wrote:
>
>> On 4 June 2018 at 05:40, Junio C Hamano wrote:
>> Rick van Hattem writes:
>>
>> > > The `git-completion.zsh` unsets the `$ZSH_VERSION` which makes this
>> > > check moot. The result (at least for
(compgen -v __gitcomp_builtin_)
>> +fi
>
> As discussed at [1], this fails catastrophically when sourced by
> git-completion.zsh, which explicitly clears ZSH_VERSION. By
> catastrophically, I mean that Rick van Hattem and Dave Borowitz report
> that it segfaults.
>
> I can't r
On 11 June 2018 at 20:20, Jonathan Nieder wrote:
> SZEDER Gábor wrote:
>
>> Being in RC phase, I'm all for aiming for a minimal solution.
>> However, I don't think that the better fix would be erm.. any "less
>> minimal":
>
> Thanks again. May we have your sign-off?
>
> contrib/completion/git-com
5 matches
Mail list logo