Skip to content

Commit

Permalink
git-send-email: Change the prompt for the subject of the initial mess…
Browse files Browse the repository at this point in the history
…age.

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>
  • Loading branch information
Benoit Sigoure authored and Junio C Hamano committed Nov 9, 2007
1 parent 13d4e6f commit cb6c162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = $_;
Expand Down

0 comments on commit cb6c162

Please sign in to comment.