All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ask Bjørn Hansen" <ask@develooper.com>
To: git@vger.kernel.org
Cc: "Ask Bjørn Hansen" <ask@develooper.com>
Subject: [PATCH] Allow the envelope sender to be set via configuration
Date: Sat,  7 Jun 2008 00:33:42 -0700	[thread overview]
Message-ID: <1212824022-31991-1-git-send-email-ask@develooper.com> (raw)

---
 git-send-email.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-send-email.perl b/git-send-email.perl
index a598fdc..ec69c23 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -209,6 +209,7 @@ my %config_settings = (
     "bcc" => \@bcclist,
     "aliasesfile" => \@alias_files,
     "suppresscc" => \@suppress_cc,
+    "envelopesender" => \$envelope_sender,
 );
 
 # Handle Uncouth Termination
-- 
1.5.6.rc1.23.gd2d97.dirty

             reply	other threads:[~2008-06-07  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-07  7:33 Ask Bjørn Hansen [this message]
2008-06-07  9:10 ` [PATCH] Allow the envelope sender to be set via configuration Jakub Narebski
2008-06-07 13:03   ` Miklos Vajna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1212824022-31991-1-git-send-email-ask@develooper.com \
    --to=ask@develooper.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.