зеркало из https://github.com/microsoft/git.git
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:
Родитель
13d4e6f7b7
Коммит
cb6c162fba
|
@ -303,7 +303,7 @@ sub expand_aliases {
|
|||
|
||||
if (!defined $initial_subject && $compose) {
|
||||
do {
|
||||
$_ = $term->readline("What subject should the emails start with? ",
|
||||
$_ = $term->readline("What subject should the initial email start with? ",
|
||||
$initial_subject);
|
||||
} while (!defined $_);
|
||||
$initial_subject = $_;
|
||||
|
|
Загрузка…
Ссылка в новой задаче