mailmap.hon commit Tidy up git mergetool's backup file behaviour (44c36d1)
   1#ifndef MAILMAP_H
   2#define MAILMAP_H
   3
   4int read_mailmap(struct path_list *map, const char *filename, char **repo_abbrev);
   5int map_email(struct path_list *mailmap, const char *email, char *name, int maxlen);
   6
   7#endif