Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
send-email: Remove superfluous `my $editor = ...'
author
Michael Witten
<mfwitten@gmail.com>
Mon, 13 Apr 2009 18:23:52 +0000
(13:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Apr 2009 08:56:28 +0000
(
01:56
-0700)
Not only was it a repeat, but it also had no effect.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
15da108
)
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 43f956b780846471742b6f486a3a558930d4ebd1..04267c58dd81075233a165bba307e0ddee5a7611 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-544,8
+544,6
@@
($)
}
close(C);
- my $editor = $ENV{GIT_EDITOR} || Git::config(@repo, "core.editor") || $ENV{VISUAL} || $ENV{EDITOR} || "vi";
-
if ($annotate) {
do_edit($compose_filename, @files);
} else {