scripts/get_maintainer.pl: correct indentation in a few places
And a miscellaneous conversion of You to you in a help message Signed-off-by: Joe Perches <joe@perches.com> Cc: Florian Mickler <florian@mickler.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7fa8ff2e0c
commit
47abc72257
@@ -1114,7 +1114,8 @@ sub mailmap_email {
|
|||||||
my $real_name = $name;
|
my $real_name = $name;
|
||||||
my $real_address = $address;
|
my $real_address = $address;
|
||||||
|
|
||||||
if (exists $mailmap->{names}->{$email} || exists $mailmap->{addresses}->{$email}) {
|
if (exists $mailmap->{names}->{$email} ||
|
||||||
|
exists $mailmap->{addresses}->{$email}) {
|
||||||
if (exists $mailmap->{names}->{$email}) {
|
if (exists $mailmap->{names}->{$email}) {
|
||||||
$real_name = $mailmap->{names}->{$email};
|
$real_name = $mailmap->{names}->{$email};
|
||||||
}
|
}
|
||||||
@@ -1157,7 +1158,6 @@ sub merge_by_realname {
|
|||||||
$email = format_email($name,$address,1);
|
$email = format_email($name,$address,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub git_execute_cmd {
|
sub git_execute_cmd {
|
||||||
@@ -1555,7 +1555,7 @@ commit signers and mailing lists that could be CC'd on a patch.
|
|||||||
|
|
||||||
Any *'d entry is selected.
|
Any *'d entry is selected.
|
||||||
|
|
||||||
If you have git or hg installed, You can choose to summarize the commit
|
If you have git or hg installed, you can choose to summarize the commit
|
||||||
history of files in the patch. Also, each line of the current file can
|
history of files in the patch. Also, each line of the current file can
|
||||||
be matched to its commit author and that commits signers with blame.
|
be matched to its commit author and that commits signers with blame.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user