Staging
v0.5.1
https://github.com/git/git
Revision 552ce11006e39bd07efd79946f180df47aa35b4e authored by Junio C Hamano on 29 September 2007, 23:07:46 UTC, committed by Junio C Hamano on 29 September 2007, 23:07:46 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b7bb760
Raw File
Tip revision: 552ce11006e39bd07efd79946f180df47aa35b4e authored by Junio C Hamano on 29 September 2007, 23:07:46 UTC
GIT 1.5.3.3
Tip revision: 552ce11
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