Hi, On Sat, May 19, 2012 at 04:41:34AM +0200, Felipe Contreras wrote: > Would be useful to provide backwards compatibility for _git. Also, zsh > completion uses _git, and it cannot be changed. > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > contrib/completion/git-completion.bash | 10 +++++----- > t/t9902-completion.sh | 2 +- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index cd92322..3cb106e 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -2597,7 +2597,7 @@ _git_whatchanged () > _git_log > } > > -_git () > +_main_git () > -_gitk () > +_main_gitk () After all those namespace discussions the names of these functions should start with _git or __git. Gábor -- 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