Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: aadd4efa715f56e0eac5ac459c8ff4933b56d4ce authored by Junio C Hamano on 08 January 2008, 06:41:43 UTC
GIT 1.5.3.8
Tip revision: aadd4ef
mailmap.h
#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
back to top