Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Jan 2012 23:56:58 +0000
(15:56 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Jan 2012 23:56:58 +0000
(15:56 -0800)
* maint:
send-email: multiedit is a boolean config option
git-send-email.perl
patch
|
blob
|
history
raw
(from parent 1:
eac2d83
)
diff --git
a/git-send-email.perl
b/git-send-email.perl
index d491db92c9379cf0eea63182dd704feb6582b6e7..ef30c557c7dee549e891fe7605902ba58d0566a3 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-210,6
+210,7
@@
sub do_edit {
"signedoffbycc" => [\$signed_off_by_cc, undef],
"signedoffcc" => [\$signed_off_by_cc, undef], # Deprecated
"validate" => [\$validate, 1],
+ "multiedit" => [\$multiedit, undef]
);
my %config_settings = (
@@
-227,7
+228,6
@@
sub do_edit {
"bcc" => \@bcclist,
"suppresscc" => \@suppress_cc,
"envelopesender" => \$envelope_sender,
- "multiedit" => \$multiedit,
"confirm" => \$confirm,
"from" => \$sender,
"assume8bitencoding" => \$auto_8bit_encoding,