diff options
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 73d986a3b..b9de49460 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -107,7 +107,7 @@ tags_fetch_arg=( '(--no-tags -t --tags)'{-t,--tags}'[fetch remote tags]' ) - +local author_conversion_file_arg_spec author_conversion_file_arg_spec='[specify author-conversion file]:author-conversion file:_files' declare -g author_conversion_file_arg= |