Staging
v0.5.1
Revision 8c7a786b6c8eae8eac91083cdc9a6e337bc133b0 authored by Junio C Hamano on 21 October 2012, 20:56:23 UTC, committed by Junio C Hamano on 21 October 2012, 20:56:23 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8ead1bf
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