From c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 22 Aug 2016 03:38:08 +0000 Subject: unposted: _git-config: sendemail.smtpserver: Correct tags. --- ChangeLog | 3 +++ Completion/Unix/Command/_git | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d3a7d3356..39d0aa033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-08-22 Daniel Shahaf + * unposted: Completion/Unix/Command/_git: _git-config: + sendemail.smtpserver: Correct tags. + * 39046 + 39061: Completion/Base/Completer/_external_pwds, Completion/Zsh/Type/_history_modifiers, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Functions/MIME/zsh-mime-handler, diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index f4011aa28..4a7c9b4ca 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -7372,7 +7372,7 @@ __git_sendemail_suppresscc_values () { (( $+functions[__git_sendmail_smtpserver_values] )) || __git_sendmail_smtpserver_values() { - _alternative "smtp hosts:host:_hosts" "sendmail command: :_absolute_command_paths" + _alternative "hosts:smtp host:_hosts" "commands: :_absolute_command_paths" } (( $+functions[__git_colors] )) || -- cgit v1.2.3