Staging
v0.5.1
Revision aba170cdb4874b72dd619e6f7bbc13c33295f831 authored by Junio C Hamano on 20 May 2007, 07:30:39 UTC, committed by Junio C Hamano on 20 May 2007, 07:30:39 UTC
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e40a304
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