diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 180667c68..04d0b3513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-30 Clint Adams <clint@zsh.org> + + * 23862: Completion/Unix/Command/_git: declare + author_conversion_file_arg_spec local. + 2007-09-29 Clint Adams <clint@zsh.org> * 23860: Completion/Debian/Command/_dpatch-edit-patch: complete 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= |