about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2011-03-18 22:43:19 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2011-03-18 22:43:19 +0000
commitcce858f5ae3406762138ec2632329f4392c84553 (patch)
tree262ecb69a9818c2c7fa8b3969422aa3e598b97d4
parentb85b9a229d2c8c1ea72d59fd391037e30d0844bd (diff)
downloadzsh-cce858f5ae3406762138ec2632329f4392c84553.tar.gz
zsh-cce858f5ae3406762138ec2632329f4392c84553.tar.xz
zsh-cce858f5ae3406762138ec2632329f4392c84553.zip
Nikolai Weibull: 28913: Fix typo which broke `send-email' completion.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_git2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 004548ff8..2ab3209b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 	* Nikolai Weibull: 28911: Completion/Unix/Command/_git: Only show
 	modified files for git-checkout without tree.
 
+	* Nikolai Weibull: 28913: Completion/Unix/Command/_git: Fix typo
+	which broke `send-email' completion.
+
 2011-03-16  Frank Terbeck  <ft@bewatermyfriend.org>
 
 	* 28896: Functions/Zle/edit-command-line: unset `monitor' option
@@ -14355,5 +14358,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5226 $
+* $Revision: 1.5227 $
 *****************************************************
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 8a590be7f..fb1b08ce1 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3157,7 +3157,7 @@ _git-send-email () {
     '--smtp-pass=[specify password to use for SMTP-AUTH]::password' \
     '--smtp-server=[specify SMTP server to connect to]:smtp server:_hosts' \
     '--smtp-server-port=[specify port to connect to SMTP server on]:smtp port:_ports' \
-    '--smtp-user=[specify user to use for SMTP-AUTH:smtp user:_users' \
+    '--smtp-user=[specify user to use for SMTP-AUTH]:smtp user:_users' \
     '--cc-cmd=[specify command to generate Cc\: header with]:Cc\: command:_path_commands' \
     '(                 --no-chain-reply-to)--chain-reply-to[send each email as a reply to previous one]' \
     '(--chain-reply-to                    )--no-chain-reply-to[send all emails after first as replies to first one]' \