From 2979122d2d8fe6604840d209d13b8645e2ef142e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 29 Apr 2016 08:40:36 +0000 Subject: _git-bundle: Complete required file argument to 'git bundle' correctly. --- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 3b48b4ec1..135da9f85 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -388,6 +388,7 @@ _git-bundle () { ;; (list-heads|unbundle) _arguments \ + ':bundle:_files' \ '*: :__git_ref_specs' && ret=0 ;; esac -- cgit 1.4.1