| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove use of C++ style comments | Patrick Steinhardt | 2018-07-13 | 1 | -6/+6 |
| | | | | | | | | | | C++ style comment ("//") are not specified by the ISO C90 standard and thus do not conform to it. While libgit2 aims to conform to C90, we did not enforce it until now, which is why quite a lot of these non-conforming comments have snuck into our codebase. Do a tree-wide conversion of all C++ style comments to the supported C style comments to allow us enforcing strict C90 compliance in a later commit. | ||||
| * | rename find_trailer to extract_trailer_blockcharliesome/trailer-info | Brian Lopez | 2018-01-17 | 1 | -2/+2 |
| | | |||||
| * | Change trailer API to return a simple array | Brian Lopez | 2018-01-16 | 1 | -5/+19 |
| | | |||||
| * | make separators const a macro as well | Brian Lopez | 2018-01-03 | 1 | -5/+4 |
| | | |||||
| * | make comment_line_char const a macro | Brian Lopez | 2018-01-03 | 1 | -4/+4 |
| | | |||||
| * | trailer: use git__prefixcmp instead of starts_with | Charlie Somerville | 2017-12-20 | 1 | -15/+3 |
| | | |||||
| * | trailer: remove inline specifier on is_blank_line | Charlie Somerville | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | message: add routine for parsing trailers from messages | Charlie Somerville | 2017-12-19 | 1 | -0/+415 |
| This is implemented in trailer.c and borrows a large amount of logic from Git core to ensure compatibility. | |||||
