Staging
v0.5.1
Revision 7064ca51b08304d56bf57d2cceb2884f1abf66e5 authored by Junio C Hamano on 07 June 2008, 18:45:48 UTC, committed by Junio C Hamano on 07 June 2008, 18:45:48 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c0f6dc9
Raw File
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