Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bugfix in _git completion for git-send-email
- X-seq: zsh-workers 23785
- From: Matthieu Moy <Matthieu.Moy@xxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Bugfix in _git completion for git-send-email
- Date: Tue, 21 Aug 2007 10:33:00 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Matthieu Moy <Matthieu.Moy@xxxxxxx>
Hi,
Please apply the following patch :
--- Completion/Unix/Command/_git 2007-08-03 12:57:23 +0000
+++ Completion/Unix/Command/_git 2007-08-21 08:27:36 +0000
@@ -1403,7 +1403,7 @@
'--in-reply-to[specify the contents of the first In-Reply-To header]' \
'--smtp-server[specify the outgoing smtp server]:smtp server:_hosts' \
'--subject[specify the initial subject of the email thread]' \
- '--to[specify the primary recipient of the emails]'
+ '--to[specify the primary recipient of the emails]' \
':file:_files' && ret=0
}
--
Matthieu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author