Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mailmap.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3503fd2727b7cee39fe8eafcb18ad713b0a2c9e8 (plain)
1
2
3
4
5
6
7
#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