]> asedeno.scripts.mit.edu Git - git.git/blob - mailmap.h
git-p4: When skipping a patch as part of "git-p4 submit" make sure we correctly rever...
[git.git] / mailmap.h
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