mailmap.hon commit git add --intent-to-add: do not let an empty blob be committed by accident (331fcb5)
   1#ifndef MAILMAP_H
   2#define MAILMAP_H
   3
   4int read_mailmap(struct string_list *map, const char *filename, char **repo_abbrev);
   5int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);
   6
   7#endif