]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bash completion: remove unused function _git_diff_tree
authorLee Marlow <lee.marlow@gmail.com>
Sat, 2 Aug 2008 04:47:09 +0000 (22:47 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Aug 2008 22:22:10 +0000 (15:22 -0700)
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>
contrib/completion/git-completion.bash

index 30d870187e64e33ed430dc1fab1ea37036a07f58..e32c1f1a9ccd26132f4bf7e42905ac5ce16a67a2 100755 (executable)
@@ -721,11 +721,6 @@ _git_diff ()
        __git_complete_file
 }
 
-_git_diff_tree ()
-{
-       __gitcomp "$(__git_refs)"
-}
-
 _git_fetch ()
 {
        local cur="${COMP_WORDS[COMP_CWORD]}"