Staging
v0.5.1
https://github.com/git/git
Revision c7c84859ad586ae5670224e1abc4f846f7c3a9ae authored by Junio C Hamano on 16 June 2007, 06:58:18 UTC, committed by Junio C Hamano on 16 June 2007, 08:13:35 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c7100a
Raw File
Tip revision: c7c84859ad586ae5670224e1abc4f846f7c3a9ae authored by Junio C Hamano on 16 June 2007, 06:58:18 UTC
GIT 1.5.2.2
Tip revision: c7c8485
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