summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-22 03:38:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-22 03:38:12 +0000
commitc8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f (patch)
treec556c596df0400afa19405b4dc2449694a90b1ad
parent7154052ebe3d810390164a05c39ff83f98a1d858 (diff)
downloadzsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.tar.gz
zsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.tar.xz
zsh-c8b228b1ea99d6c9d893b72b2fe05eaf4a16a10f.zip
unposted: _git-config: sendemail.smtpserver: Correct tags.
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_git2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3a7d3356..39d0aa033 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-22  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 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] )) ||