repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian/control: let git-all Suggest instead of Recommending git-daemon-run
[git/debian.git]
/
mailmap.h
blob
d0e65646cb57e60aa9021c0d8754c6844199acb8
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