Skip to content

Commit

Permalink
bash completion: remove unused function _git_diff_tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Marlow authored and Junio C Hamano committed Aug 2, 2008
1 parent bc699af commit 7339479
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -721,11 +721,6 @@ _git_diff ()
__git_complete_file
}

_git_diff_tree ()
{
__gitcomp "$(__git_refs)"
}

_git_fetch ()
{
local cur="${COMP_WORDS[COMP_CWORD]}"
Expand Down

0 comments on commit 7339479

Please sign in to comment.