/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'ts/doc-build-manpage-xsl-quietly' into maint
[git/git.git]
/
mailmap.h
1
#ifndef MAILMAP_H
2
#define MAILMAP_H
3
4
struct
string_list
;
5
6
int
read_mailmap
(
struct
string_list
*
map
,
char
**
repo_abbrev
);
7
void
clear_mailmap
(
struct
string_list
*
map
);
8
9
int
map_user
(
struct
string_list
*
map
,
10
const char
**
email
,
size_t
*
emaillen
,
const char
**
name
,
size_t
*
namelen
);
11
12
#endif