Lee Marlow <lee.marlow@xxxxxxxxx> wrote: > completion for git diff-tree was removed in 5cfb4fe > > Signed-off-by: Lee Marlow <lee.marlow@xxxxxxxxx> Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index 30d8701..e32c1f1 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -721,11 +721,6 @@ _git_diff () > __git_complete_file > } > > -_git_diff_tree () > -{ > - __gitcomp "$(__git_refs)" > -} > - > _git_fetch () > { > local cur="${COMP_WORDS[COMP_CWORD]}" > -- -- Shawn. -- 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