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

8 lines
213 B
C
Raw Normal View History

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