repo.or.cz
/
git
/
mingw
/
4msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gitk: Add shortcut Ctrl-W for closing the active window
[git/mingw/4msysgit.git]
/
mailmap.h
blob
d5c3664322023d6552cb24006d833aa08224ff6f
1
#ifndef MAILMAP_H
2
#define MAILMAP_H
3
4
int
read_mailmap
(
struct
string_list
*
map
,
char
**
repo_abbrev
);
5
void
clear_mailmap
(
struct
string_list
*
map
);
6
7
int
map_user
(
struct
string_list
*
mailmap
,
8
char
*
email
,
int
maxlen_email
,
char
*
name
,
int
maxlen_name
);
9
10
#endif