Staging
v0.8.1
Revision 7be2b6e02b4f2a1b4812764f65b12cafb11a934e authored by Junio C Hamano on 10 December 2007, 09:22:42 UTC, committed by Junio C Hamano on 10 December 2007, 09:22:42 UTC
This is to primarily pull in MANPATH tweak and help.txt formatting fix
from the master branch.
2 parent s c07a07c + 591aa25
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