Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f authored by Junio C Hamano on 20 December 2008, 03:27:06 UTC
GIT 1.6.0.6
Tip revision: 718258e
mailmap.h
#ifndef MAILMAP_H
#define MAILMAP_H

int read_mailmap(struct string_list *map, const char *filename, char **repo_abbrev);
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);

#endif
back to top