summaryrefslogtreecommitdiff
path: root/tests/mailmap
Commit message (Collapse)AuthorAgeFilesLines
* tests: mailmap/parsing: add a missing cl_git_passEtienne Samson2018-07-061-1/+1
| | | Reported by Coverity, CID 1393483
* Require the length argument to git_mailmap_from_buffer and make ↵Nika Layzell2018-06-172-2/+4
| | | | mailmap_add_buffer internal
* mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-141-1/+1
|
* mailmap: API and style cleanupNika Layzell2018-06-144-14/+7
|
* mailmap: Updates tests for new API and featuresNika Layzell2018-06-144-32/+148
|
* mailmap: API and style cleanupNika Layzell2018-06-142-33/+68
|
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-143-62/+30
|
* mailmap: Fix some other minor style nitsEmilio Cobos Álvarez2018-06-141-7/+7
|
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-143-6/+5
|
* mailmap: Add a bunch of tests for the new mailmap functionalityNika Layzell2018-06-143-0/+245
|
* mailmap: Add some super-basic testsEmilio Cobos Álvarez2018-06-141-0/+98