repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Miscellaneous const changes and utilities
[git/dscho.git]
/
mailmap.h
blob
3503fd2727b7cee39fe8eafcb18ad713b0a2c9e8
1
#ifndef MAILMAP_H
2
#define MAILMAP_H
3
4
int read_mailmap(struct path_list *map, const char *filename, char **repo_abbrev);
5
int map_email(struct path_list *mailmap, const char *email, char *name, int maxlen);
6
7
#endif