From 4f622ad57062282900cc1d679ffb8b5faa16618b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 6 May 2009 16:38:39 +0000 Subject: 26937: have `git log` complete files after branch/range. --- Completion/Unix/Command/_git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 73cff80b6..e4831335f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1815,8 +1815,8 @@ _git-log () { case $state in (files) _arguments -S \ - '::index file:__git_cached_files' \ - '*::branch:__git_commit_ranges2' && ret=0 + ':branch:__git_commit_ranges2' \ + '*:index file:__git_cached_files' && ret=0 ;; esac } -- cgit 1.4.1