From: Quy Tonthat <qtonthat@gmail.com>
To: Timur Tabi <timur@freescale.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: Fri, 19 Jan 2007 12:14:42 +1100 [thread overview]
Message-ID: <45B01B82.9050707@gmail.com> (raw)
In-Reply-To: <45AFDAEA.607@freescale.com>
Timur Tabi wrote:
> 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);
>
It is correct to expand the fix to other instances, but that won't practically
change anything at run time (All those "defaults" are empty when passed to readline).
I don't normally change somebody else's codes just for the sake of correctness or styles.
Quy
prev parent reply other threads:[~2007-01-19 1:15 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
2007-01-19 1:14 ` Quy Tonthat [this message]
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=45B01B82.9050707@gmail.com \
--to=qtonthat@gmail.com \
--cc=git@vger.kernel.org \
--cc=timur@freescale.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).