Staging
v0.5.1
https://github.com/git/git
Revision 872354dcb3ce5f34f7ddb12d2c89d26a1ea4daf0 authored by Junio C Hamano on 27 June 2008, 00:11:21 UTC, committed by Junio C Hamano on 27 June 2008, 00:11:21 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bc7c73e
Raw File
Tip revision: 872354dcb3ce5f34f7ddb12d2c89d26a1ea4daf0 authored by Junio C Hamano on 27 June 2008, 00:11:21 UTC
GIT 1.5.4.6
Tip revision: 872354d
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