Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > The second patch is new, in order for users to get the same features when > sourcing the bash script (they don't need to change anything). They'll get a > warning suggesting to check the new script git-completion.zsh. Eventually, that > support would be dropped from the bash script. > > Some people were suggesting something like this, so here it is. > > Can we merge the zsh wrapper now? > > Felipe Contreras (2): > completion: add new zsh completion > completion: start moving to the new zsh completion > > contrib/completion/git-completion.bash | 104 +++++++++++++++++++-------------- > contrib/completion/git-completion.zsh | 78 +++++++++++++++++++++++++ > 2 files changed, 139 insertions(+), 43 deletions(-) > create mode 100644 contrib/completion/git-completion.zsh Thanks; I am a bit puzzled as to the progression of this series, as it spanned many months. I *think* the following are the previous ones, but I may be mixing up v$n patches for other series, so just to make sure (please correct if I am mistaken): * (v1) http://thread.gmane.org/gmane.comp.version-control.git/189310 with only git-completion.zsh without any changes to the bash side; * (v2) http://thread.gmane.org/gmane.comp.version-control.git/189381 without bash side changes; * (v3) http://thread.gmane.org/gmane.comp.version-control.git/196720 without bash side changes; * (v6) http://thread.gmane.org/gmane.comp.version-control.git/208170 with COMPREPLY changes; * This one, with removal of zsh specific workarounds from bash completion script. I do not care too much about how v4 and v5 looked like; I primarily am interested in knowing if I can discard 208170 from my inbox safely ;-). Thanks. -- 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