Staging
v0.5.1
Revision 1fdf6ee6f81b31b299a8039832f45290faa4583a authored by Junio C Hamano on 06 August 2008, 19:44:55 UTC, committed by Junio C Hamano on 06 August 2008, 21:00:36 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1fc2cbc
Raw File
mailmap.h
#ifndef MAILMAP_H
#define MAILMAP_H

int read_mailmap(struct string_list *map, const char *filename, char **repo_abbrev);
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);

#endif
back to top