1
0
mirror of https://github.com/git/git.git synced 2024-09-28 16:13:01 +02:00
git/mailmap.h

8 lines
195 B
C
Raw Normal View History

#ifndef MAILMAP_H
#define MAILMAP_H
int read_mailmap(struct string_list *map, char **repo_abbrev);
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);
#endif