summaryrefslogtreecommitdiff
path: root/tests/mailmap/parsing.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+5
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-2/+1
* tests: mailmap: avoid definition of unused static variablesPatrick Steinhardt2018-11-281-0/+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-171-1/+2
* mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-141-1/+1
* mailmap: API and style cleanupNika Layzell2018-06-141-5/+3
* mailmap: Updates tests for new API and featuresNika Layzell2018-06-141-7/+133
* mailmap: API and style cleanupNika Layzell2018-06-141-6/+24
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-141-37/+18
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-141-1/+1
* mailmap: Add a bunch of tests for the new mailmap functionalityNika Layzell2018-06-141-0/+123