Revision 2d1a5a5856692d839531b8963188b3bdc13f4efa authored by Junio C Hamano on 08 April 2014, 19:08:59 UTC, committed by Junio C Hamano on 08 April 2014, 19:08:59 UTC
* maint:
  Update draft release notes to 1.9.2
2 parent s 967f8c9 + 4d7ad08
Raw File
mailmap.h
#ifndef MAILMAP_H
#define MAILMAP_H

int read_mailmap(struct string_list *map, char **repo_abbrev);
void clear_mailmap(struct string_list *map);

int map_user(struct string_list *map,
			 const char **email, size_t *emaillen, const char **name, size_t *namelen);

#endif
back to top