Staging
v0.5.1
Revision 8a90438506d3b7c8ef8bd802b7ed10c1f12da1d0 authored by Junio C Hamano on 22 October 2010, 00:14:32 UTC, committed by Junio C Hamano on 22 October 2010, 00:14:32 UTC
1 parent f7bff60
Raw File
mailmap.h
#ifndef MAILMAP_H
#define MAILMAP_H

int read_mailmap(struct string_list *map, char **repo_abbrev);
void clear_mailmap(struct string_list *map);

int map_user(struct string_list *mailmap,
	     char *email, int maxlen_email, char *name, int maxlen_name);

#endif
back to top