summaryrefslogtreecommitdiff
path: root/tests/mailmap
Commit message (Expand)AuthorAgeFilesLines
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-2/+1
* tests: mailmap: avoid definition of unused static variablesPatrick Steinhardt2018-11-282-23/+23
* tests: mailmap/parsing: add a missing cl_git_passEtienne Samson2018-07-061-1/+1
* Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-172-2/+4
* 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