On Sat, Jan 14, 2012 at 8:55 PM, Matthieu Moy <Matthieu.Moy@xxxxxxx> wrote: > Commit a31e626 (completion: optimize refs completion) introduced a > regression for ZSH users: ref names were completed with a quoted trailing > space (i.e. "git checkout ma" completes to "git checkout master\ "). The > space is convenient for bash users since we use "-o nospace", but a > quoted space is worse than nothing. The absence of trailing space for ZSH > is a long-standing issue, that this patch is not fixing. We just fix the > regression by not appending a space when the shell is ZSH. I have this issue with the script from v1.7.8.3, and I think it started with a zsh update. -- Felipe Contreras -- 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