Revision e147e9693ace9f7c6dafd4095d3cde80d047e787 authored by Junio C Hamano on 21 February 2012, 23:14:41 UTC, committed by Junio C Hamano on 21 February 2012, 23:14:41 UTC
* cb/receive-pack-keep-errors:
  do not override receive-pack errors
2 parent s c7707a4 + ef7e93d
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 *mailmap,
	     char *email, int maxlen_email, char *name, int maxlen_name);

#endif
back to top