Staging
v0.5.1
Revision f8dd64fdbf47ac65c1b8d2ed25b789ae2655f8c8 authored by Junio C Hamano on 28 March 2008, 03:36:35 UTC, committed by Junio C Hamano on 28 March 2008, 03:36:35 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 24362a5
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