Revision df487baa30924a36ade38ada4f77379236dcce0f authored by Junio C Hamano on 09 February 2009, 06:07:53 UTC, committed by Junio C Hamano on 09 February 2009, 06:07:53 UTC
* maint:
  gitweb: add $prevent_xss option to prevent XSS by repository content
  rev-list: fix showing distance when using --bisect-all
2 parent s a9ee90d + 7e1100e
Raw File
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