Felipe Contreras wrote: > In fact if COMP_WORDBREAKS doesn't contain a colon the completion gets > all messed up. For example: > > git push origin master:<TAB> > git diff master:<TAB> > > The "master:" prefix would be added again, unnecessarily. Thanks. Yeah, that sounds broken. Unfortunately the patch introduces a regression: if after loading the completion script I set COMP_WORDBREAKS not to contain a colon, then with the current completion script git show HEAD:Docu<TAB> completes fine, but with the patched completion script it seems to get confused and strips off the HEAD. Ideas? 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