merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
12
third_party/git/mailmap.h
vendored
Normal file
12
third_party/git/mailmap.h
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef MAILMAP_H
|
||||
#define MAILMAP_H
|
||||
|
||||
struct string_list;
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue