summaryrefslogtreecommitdiff
path: root/include/git2/mailmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Require the length argument to git_mailmap_from_buffer and make ↵Nika Layzell2018-06-171-17/+1
| | | | mailmap_add_buffer internal
* mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callersNika Layzell2018-06-141-1/+1
|
* mailmap: API and style cleanupNika Layzell2018-06-141-2/+19
|
* mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-141-70/+60
|
* mailmap: API and style cleanupNika Layzell2018-06-141-1/+2
|
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-141-24/+20
|
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-141-2/+2
|
* mailmap: Make everything a bit more style conformingNika Layzell2018-06-141-30/+31
|
* mailmap: Clean up mailmap parser, and finish APINika Layzell2018-06-141-16/+103
|
* mailmap: WIP mailmap supportEmilio Cobos Álvarez2018-06-141-0/+39