| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: mailmap: avoid definition of unused static variables | Patrick Steinhardt | 2018-11-28 | 2 | -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_pass | Etienne Samson | 2018-07-06 | 1 | -1/+1 |
| | | | | Reported by Coverity, CID 1393483 | ||||
| * | Require the length argument to git_mailmap_from_buffer and make ↵ | Nika Layzell | 2018-06-17 | 2 | -2/+4 |
| | | | | | mailmap_add_buffer internal | ||||
| * | mailmap: git_buf_free => git_buf_dispose | Nika Layzell | 2018-06-14 | 1 | -1/+1 |
| | | |||||
| * | mailmap: API and style cleanup | Nika Layzell | 2018-06-14 | 4 | -14/+7 |
| | | |||||
| * | mailmap: Updates tests for new API and features | Nika Layzell | 2018-06-14 | 4 | -32/+148 |
| | | |||||
| * | mailmap: API and style cleanup | Nika Layzell | 2018-06-14 | 2 | -33/+68 |
| | | |||||
| * | mailmap: Switch mailmap parsing to use the git_parse module | Nika Layzell | 2018-06-14 | 3 | -62/+30 |
| | | |||||
| * | mailmap: Fix some other minor style nits | Emilio Cobos Álvarez | 2018-06-14 | 1 | -7/+7 |
| | | |||||
| * | mailmap: Fix more bugs which snuck in when I rebased | Nika Layzell | 2018-06-14 | 3 | -6/+5 |
| | | |||||
| * | mailmap: Add a bunch of tests for the new mailmap functionality | Nika Layzell | 2018-06-14 | 3 | -0/+245 |
| | | |||||
| * | mailmap: Add some super-basic tests | Emilio Cobos Álvarez | 2018-06-14 | 1 | -0/+98 |
