projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4cc03
)
scripts/get_maintainer.pl: change "die" to "warn" when command line file is not a...
author
Joe Perches
<joe@perches.com>
Tue, 16 Jun 2009 22:34:04 +0000
(15:34 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:54 +0000
(19:47 -0700)
fixes git send-email with a cover letter
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl
patch
|
blob
|
history
diff --git
a/scripts/get_maintainer.pl
b/scripts/get_maintainer.pl
index
19854f5
..
3e73314
100755
(executable)
--- a/
scripts/get_maintainer.pl
+++ b/
scripts/get_maintainer.pl
@@
-165,7
+165,7
@@
foreach my $file (@ARGV) {
}
close(PATCH);
if ($file_cnt == @files) {
-
die
"$P: file '${file}' doesn't appear to be a patch. "
+
warn
"$P: file '${file}' doesn't appear to be a patch. "
. "Add -f to options?\n";
}
@files = sort_and_uniq(@files);