提交 7339479c 编写于 作者: L Lee Marlow 提交者: Junio C Hamano

bash completion: remove unused function _git_diff_tree

completion for git diff-tree was removed in 5cfb4fe5Signed-off-by: NLee Marlow <lee.marlow@gmail.com>
Acked-by: NShawn O. Pearce <spearce@spearce.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 bc699afc
......@@ -721,11 +721,6 @@ _git_diff ()
__git_complete_file
}
_git_diff_tree ()
{
__gitcomp "$(__git_refs)"
}
_git_fetch ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册