diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_git | 1 |
1 files changed, 1 insertions, 0 deletions
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 |