From ea7809d5a7e1558e27715a82a369cfcd9678de63 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 1 Oct 2007 19:34:53 +0000 Subject: Nikolai Weibull: 23888: complete branch names and cached files after git log. --- Completion/Unix/Command/_git | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 5d4a181e2..25d446869 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1702,11 +1702,22 @@ _git-grep () { (( $+functions[_git-log] )) || _git-log () { + local curcontext=$curcontext state line + declare -A opt_args + __git_setup_revision_arguments _arguments -S \ $revision_arguments \ - '*:file:__git_cached_files' && ret=0 + '*:file-or-branch:->files' && ret=0 + + case $state in + (files) + _alternative \ + 'files:index file:__git_cached_files' \ + 'branches:branch:__git_branch_names' && ret=0 + ;; + esac } # TODO: repository needs fixing -- cgit 1.4.1