summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r--Completion/Unix/Command/_git48
1 files changed, 23 insertions, 25 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 92db67928..3c20ca663 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1087,33 +1087,31 @@ _git-log () {
$revision_options \
'-L+[trace the evolution of a line range or regex within a file]:range' \
'(-)--[start file arguments]' \
- '*:: :->commit-range-or-file' && ret=0
+ '1: :->first-commit-ranges-or-files' \
+ '*: :->commit-ranges-or-files' && ret=0
case $state in
- (commit-range-or-file)