summaryrefslogtreecommitdiff
path: root/tests/mailmap
Commit message (Collapse)AuthorAgeFilesLines
* tests: mailmap: avoid definition of unused static variablesPatrick Steinhardt2018-11-282-23/+23
| | | | | | | | | | | The mailmap testdata header contains a set of static variable definitions. As these variables aren't used in all places where they are used, they trigger the unused-const-variable warnings. As we have currently disabled those warnings explicitly, they are never triggered, but we intend to enable them. Avoid the issue by only keeping variable definitions that are actually used in all locations. Move the others to where they are used.
* 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