git-send-email: Change the prompt for the subject of the initial message.
I never understood what this prompt was asking for until I read the actual source code. I think this wording is much more understandable. Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
13d4e6f7b7
commit
cb6c162fba
@ -303,7 +303,7 @@ sub expand_aliases {
|
|||||||
|
|
||||||
if (!defined $initial_subject && $compose) {
|
if (!defined $initial_subject && $compose) {
|
||||||
do {
|
do {
|
||||||
$_ = $term->readline("What subject should the emails start with? ",
|
$_ = $term->readline("What subject should the initial email start with? ",
|
||||||
$initial_subject);
|
$initial_subject);
|
||||||
} while (!defined $_);
|
} while (!defined $_);
|
||||||
$initial_subject = $_;
|
$initial_subject = $_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user