Skip to content

Commit cb6c162

Browse files
tsunagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 13d4e6f commit cb6c162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-send-email.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ sub expand_aliases {
303303

304304
if (!defined $initial_subject && $compose) {
305305
do {
306-
$_ = $term->readline("What subject should the emails start with? ",
306+
$_ = $term->readline("What subject should the initial email start with? ",
307307
$initial_subject);
308308
} while (!defined $_);
309309
$initial_subject = $_;

0 commit comments

Comments
 (0)