https://github.com/git/git
Revision b8336519450fdedc8f9cafebc73f7a0226e34e1f authored by Junio C Hamano on 29 June 2007, 04:28:36 UTC, committed by Junio C Hamano on 29 June 2007, 04:28:36 UTC
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hack
  git-gui: Don't nice git blame on MSYS as nice is not supported
  git-gui: Don't require $DISPLAY just to get --version
  git-gui: Bind Tab/Shift-Tab to cycle between panes in blame
  git-gui: Correctly install to /usr/bin on Cygwin
2 parent s b69ba46 + 7e508eb
Raw File
Tip revision: b8336519450fdedc8f9cafebc73f7a0226e34e1f authored by Junio C Hamano on 29 June 2007, 04:28:36 UTC
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Tip revision: b833651
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