git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-send-email: add a new sendemail.to configuration variable
@ 2007-10-01 12:42 Miklos Vajna
  2007-10-16 20:05 ` Miklos Vajna
  2007-10-24 21:16 ` Miklos Vajna
  0 siblings, 2 replies; 3+ messages in thread
From: Miklos Vajna @ 2007-10-01 12:42 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Miklos Vajna, git

Several projects prefers to receive patches via a given email address. In these
cases it's handy to configure that address once.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
 Documentation/git-send-email.txt |    3 +++
 git-send-email.perl              |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 3727776..e38b702 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -159,6 +159,9 @@ sendemail.aliasfiletype::
 	Format of the file(s) specified in sendemail.aliasesfile. Must be
 	one of 'mutt', 'mailrc', 'pine', or 'gnus'.
 
+sendemail.to::
+	Email address (or alias) to always send to.
+
 sendemail.cccmd::
 	Command to execute to generate per patch file specific "Cc:"s.
 
diff --git a/git-send-email.perl b/git-send-email.perl
index 62e1429..96051bc 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -191,6 +191,7 @@ my %config_settings = (
     "smtpserverport" => \$smtp_server_port,
     "smtpuser" => \$smtp_authuser,
     "smtppass" => \$smtp_authpass,
+    "to" => \@to,
     "cccmd" => \$cc_cmd,
     "aliasfiletype" => \$aliasfiletype,
     "bcc" => \@bcclist,
-- 
1.5.3.2.111.g5166-dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] git-send-email: add a new sendemail.to configuration variable
  2007-10-01 12:42 [PATCH] git-send-email: add a new sendemail.to configuration variable Miklos Vajna
@ 2007-10-16 20:05 ` Miklos Vajna
  2007-10-24 21:16 ` Miklos Vajna
  1 sibling, 0 replies; 3+ messages in thread
From: Miklos Vajna @ 2007-10-16 20:05 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

On Mon, Oct 01, 2007 at 02:42:42PM +0200, Miklos Vajna <vmiklos@frugalware.org> wrote:
> Several projects prefers to receive patches via a given email address. In these
> cases it's handy to configure that address once.

could somebody please comment this patch? does it look ok?

thanks,
- VMiklos

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] git-send-email: add a new sendemail.to configuration variable
  2007-10-01 12:42 [PATCH] git-send-email: add a new sendemail.to configuration variable Miklos Vajna
  2007-10-16 20:05 ` Miklos Vajna
@ 2007-10-24 21:16 ` Miklos Vajna
  1 sibling, 0 replies; 3+ messages in thread
From: Miklos Vajna @ 2007-10-24 21:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

Hello,

On Mon, Oct 01, 2007 at 02:42:42PM +0200, Miklos Vajna <vmiklos@frugalware.org> wrote:
> Several projects prefers to receive patches via a given email address. In these
> cases it's handy to configure that address once.

I'm just replying again to this patch, I think it was forgotten in the
recent flurry of patches... :)

thanks,
- VMiklos

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-24 21:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-01 12:42 [PATCH] git-send-email: add a new sendemail.to configuration variable Miklos Vajna
2007-10-16 20:05 ` Miklos Vajna
2007-10-24 21:16 ` Miklos Vajna

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).