projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
git.el: Remove the env parameter in git-call-process and git-call-process-string.
[git]
/
mailmap.h
1
#ifndef MAILMAP_H
2
#define MAILMAP_H
3
4
int read_mailmap(struct string_list *map, const char *filename, char **repo_abbrev);
5
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);
6
7
#endif