OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mailmap
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/scripts/
mailmapper
7
A tool to create/update the
mailmap
file
14
spelled differently. The .
mailmap
feature can be used to coalesce together
18
This tool helps to create/update the
mailmap
file.
25
here because we do not want to create a fat
mailmap
by adding every author
28
If there exists a
mailmap
file specified by the
mailmap
.file configuration
29
options or '.
mailmap
' at the toplevel of the repository, it is used as
30
a base file. (The
mailmap
.file configuration takes precedence over the
31
'.
mailmap
' file if both exist.)
44
scripts/mailmapper > tmp; mv tmp .
mailmap
[
all
...]
get_maintainer.pl
243
'
mailmap
!' => \$email_use_mailmap,
412
my $
mailmap
;
417
$
mailmap
= {
422
return if (!$email_use_mailmap || !(-f "${lk_path}.
mailmap
"));
424
open(my $mailmap_file, '<', "${lk_path}.
mailmap
")
425
or warn "$P: Can't open .
mailmap
: $!\n";
445
$
mailmap
->{names}->{$address} = $real_name;
451
$
mailmap
->{addresses}->{$wrong_address} = $real_address;
461
$
mailmap
->{names}->{$wrong_address} = $real_name;
462
$
mailmap
->{addresses}->{$wrong_address} = $real_address
1479
sub
mailmap
{
subroutine
[
all
...]
/external/mesa3d/scripts/
get_reviewer.pl
231
'
mailmap
!' => \$email_use_mailmap,
342
my $
mailmap
;
347
$
mailmap
= {
352
return if (!$email_use_mailmap || !(-f "${lk_path}.
mailmap
"));
354
open(my $mailmap_file, '<', "${lk_path}.
mailmap
")
355
or warn "$P: Can't open .
mailmap
: $!\n";
375
$
mailmap
->{names}->{$address} = $real_name;
381
$
mailmap
->{addresses}->{$wrong_address} = $real_address;
391
$
mailmap
->{names}->{$wrong_address} = $real_name;
392
$
mailmap
->{addresses}->{$wrong_address} = $real_address
1263
sub
mailmap
{
subroutine
[
all
...]
/external/freetype/builds/
toplevel.mk
223
-o -name .
mailmap
\
Completed in 389 milliseconds