diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_git | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 7b76d5a90..4385a794d 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -865,7 +865,8 @@ _git-reset () { '( --soft --hard)--mixed[like --soft but report what has not been updated (default)]' \ '(--mixed --hard)--soft[do not touch the index file nor the working tree]' \ '(--mixed --soft )--hard[match the working tree and index to the given tree]' \ - ':commit-ish:__git_revisions' && ret=0 + ':commit-ish:__git_revisions' \ + '*:path:_files' && ret=0 } _git-resolve () { |