Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bugfix in _git completion for git-send-email



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