Hi Stefan, Stefan Haller wrote: > In the current master (and 1.7.4), tab completion for refs doesn't work > in zsh. When typing "git log orig<TAB>", nothing appears. Sorry for the long silence. Indeed, it seems that I broke this in da48616f1d (bash: get --pretty=m<tab> completion to work with bash v4, 2010-12-02). No fix yet. Here's the puzzle: _git calls _get_comp_words_by_ref to fill the local array "${words[@]}". It doesn't succeed. Within _get_comp_words_by_ref, ${words[@]} gets filled correctly, but within _git, it keeps the value it previously had. Alas, that's as far as I can get without learning something about zsh. :) I can't reproduce it when defining functions like this directly, so there might be something subtle going on. Hints? Thanks for noticing. Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html