/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'jc/fsck' (early part)
[git/git.git]
/
mailmap.h
Commit
Line
Data
7c1c6782
JH
1
#ifndef MAILMAP_H
2
#define MAILMAP_H
3
c455c87c
JS
4
int read_mailmap(struct string_list *map, const char *filename, char **repo_abbrev);
5
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);
7c1c6782
JH
6
7
#endif