Staging
v0.5.1
Revision 4f8f03d6435e3e1c0d4f95d43022b81c95d6347f authored by Junio C Hamano on 03 August 2007, 22:33:57 UTC, committed by Junio C Hamano on 03 August 2007, 22:33:57 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a697ec6
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