git/contrib/completion
Ramkumar Ramachandra d8517cc667 completion: difftool takes both revs and files
'git difftool' is clearly a frontend to 'git diff' and is used in
exactly the same way, but it uses a misleadingly named completion
function __git_complete_file.  It happens to work only because it
calls __git_complete_revlist_file that completes both revs and
paths.

Change it to use __git_complete_revlist_file, just like 'git diff'.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-06-03 10:30:04 -07:00
..
git-completion.bash completion: difftool takes both revs and files 2013-06-03 10:30:04 -07:00
git-completion.tcsh Merge branch 'mk/tcsh-complete-only-known-paths' 2013-02-08 15:28:51 -08:00
git-completion.zsh completion: zsh: don't override suffix on _detault 2013-05-03 15:10:05 -07:00
git-prompt.sh Merge branch 'zk/prompt-rebase-step' 2013-05-01 15:23:57 -07:00