mirror of
https://github.com/git/git.git
synced 2025-04-14 18:05:40 +00:00
bash completion: remove unused function _git_diff_tree
completion for git diff-tree was removed in 5cfb4fe Signed-off-by: Lee Marlow <lee.marlow@gmail.com> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
bc699afcce
commit
7339479c2b
@ -721,11 +721,6 @@ _git_diff ()
|
||||
__git_complete_file
|
||||
}
|
||||
|
||||
_git_diff_tree ()
|
||||
{
|
||||
__gitcomp "$(__git_refs)"
|
||||
}
|
||||
|
||||
_git_fetch ()
|
||||
{
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user