Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47abc722 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

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: default avatarJoe Perches <joe@perches.com>
Cc: Florian Mickler <florian@mickler.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7fa8ff2e
Loading
Loading
Loading
Loading
+78 −78
Original line number Diff line number Diff line
@@ -1114,7 +1114,8 @@ sub mailmap_email {
    my $real_name = $name;
    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}) {
	    $real_name = $mailmap->{names}->{$email};
	}
@@ -1157,7 +1158,6 @@ sub merge_by_realname {
	    $email = format_email($name,$address,1);
	}
    }

}

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.

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
be matched to its commit author and that commits signers with blame.