bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
[git/kusma.git] / mailmap.h
blob6e48f83cedd13e24d50cddf47f037791ddc5ad4b
1 #ifndef MAILMAP_H
2 #define MAILMAP_H
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);
7 #endif