From: Timur Tabi <timur@freescale.com>
To: Quy Tonthat <qtonthat@gmail.com>
Cc: "Horst H. von Brand" <vonbrand@inf.utfsm.cl>, git@vger.kernel.org
Subject: Re: [PATCH] git-send-email: default value for "From:" field.
Date: Thu, 18 Jan 2007 14:39:06 -0600 [thread overview]
Message-ID: <45AFDAEA.607@freescale.com> (raw)
In-Reply-To: <45928035.6000605@gmail.com>
Quy Tonthat wrote:
> If user hits enter at the prompt for
> "Who should the emails appear to be from?",
> the value for "From:" field was emptied instead of GIT_COMMITER_IDENT.
>
> Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
> ---
> It seems the original code assumes readline to accept
> an extra argument for default value. I don't remember I ever encountered
> that feature from readline. Is there anything like that out there ?
I was thinking the same thing. Almost every call to readline() in
git-send-email is like that, so could your patch below could be expanded to
include the other instances?
$_ = $term->readline("Who should the emails be sent to? ",
"");
$_ = $term->readline("What subject should the emails start with? ",
$initial_subject);
$_= $term->readline("Message-ID to be used as In-Reply-To for the first
email? ",
$initial_reply_to);
--
Timur Tabi
Linux Kernel Developer @ Freescale
next prev parent reply other threads:[~2007-01-18 20:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-27 13:43 git-1.4.4.3, also 1.5.0rc0: send-email gets empty From: Horst H. von Brand
2006-12-27 14:16 ` [PATCH] git-send-email: default value for "From:" field Quy Tonthat
2007-01-18 20:39 ` Timur Tabi [this message]
2007-01-19 1:14 ` Quy Tonthat
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=45AFDAEA.607@freescale.com \
--to=timur@freescale.com \
--cc=git@vger.kernel.org \
--cc=qtonthat@gmail.com \
--cc=vonbrand@inf.utfsm.cl \
/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 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 NNTP newsgroup(s).