On Wed, May 17, 2006 at 07:46:19PM +0400, Alexey I. Froloff wrote: [...] > P.S. А git-send-email принципиально не умеет работать через > /usr/sbin/sendmail -t ? Тот, который в бранче по имени "master", умеет: $ git-log maint..master git-send-email.perl commit db3106b274a75d5b9ea7f6fe1030b8528df7389b Author: Eric Wong Date: Mon May 15 02:41:01 2006 -0700 send-email: quiet some warnings, reject invalid addresses I'm not sure why we never actually rejected invalid addresses in the first place. We just seemed to be using our email validity checkers to kill duplicates. Now we just drop invalid email addresses completely and warn the user about it. Since we support local sendmail, we'll also accept username-only addresses. Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano commit aca7ad7628ce72afbd1d0d99778c9a5c9cac7a7a Author: Eric Wong Date: Mon May 15 02:34:44 2006 -0700 send-email: allow sendmail binary to be used instead of SMTP This should make local mailing possible for machines without a connection to an SMTP server. It'll default to using /usr/sbin/sendmail or /usr/lib/sendmail if no SMTP server is specified (the default). If it can't find either of those paths, it'll fall back to connecting to an SMTP server on localhost. Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano commit 994d6c66d360198c16eb483e4f33d412358f30a1 Author: Eric Wong Date: Sun May 14 19:13:44 2006 -0700 send-email: address expansion for common mailers mutt, gnus, pine, mailrc formats should be supported. Testing and feedback for correctness and completeness of all formats and support for additional formats would be good. Nested expansions are also supported. More than one alias file to be used. All alias file formats must still of be the same type, though. Two git repo-config keys are required for this (as suggested by Ryan Anderson): sendemail.aliasesfile = sendemail.aliasfiletype = (mutt|gnus|pine|mailrc) Signed-off-by: Eric Wong Acked-by: Ryan Anderson Signed-off-by: Junio C Hamano commit 782b3b6aafe8d2d270a5f6153c183e1bde7a030a Merge: c1aee1f... e923eff... Author: Junio C Hamano Date: Tue May 2 15:05:34 2006 -0700 Merge branch 'fix' * fix: git-send-email: fix version string to be valid perl Give the user a hint for how to continue in the case that git-am fails because it requires user intervention -- ldv