From 5585b95f3c65d87f698234a781552b006b56e930 Mon Sep 17 00:00:00 2001 From: Øystein Walle Date: Sun, 20 Oct 2013 19:41:01 +0200 Subject: 31859: _git: re-order the last two git-blame arguments The proper syntax is git blame [] where is optional. --- Completion/Unix/Command/_git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 63aa78512..2edf116cf 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3148,8 +3148,8 @@ _git-blame () { '-s[suppress author name and timestamp]' \ '-w[ignore whitespace when finding lines]' \ $revision_options \ - ': :__git_cached_files' \ - ':: :__git_revisions' && ret=0 + ':: :__git_revisions' \ + ': :__git_cached_files' && ret=0 case $state in (line-range) -- cgit 1.4.1