projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
l10n: git.pot: v2.1.0 round 1 (38 new, 9 removed)
[git]
/
mailmap.h
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 *map,
8
const char **email, size_t *emaillen, const char **name, size_t *namelen);
9
10
#endif