Staging
v0.5.1
Revision 78e3118685bc2050b4ee9ab754dcd79eb2ed4fb7 authored by Junio C Hamano on 04 July 2008, 08:12:54 UTC, committed by Junio C Hamano on 04 July 2008, 08:38:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2b2828b
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