summaryrefslogtreecommitdiff
path: root/src/trailer.c
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* Fix coding style for pointerpunkymaniac2021-09-091-1/+1
* trailer: check for memory allocation errorsPatrick Steinhardt2019-08-231-0/+5
* trailer: use size_t for sizesEdward Thomson2019-06-241-32/+41
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-6/+6
* rename find_trailer to extract_trailer_blockcharliesome/trailer-infoBrian Lopez2018-01-171-2/+2
* Change trailer API to return a simple arrayBrian Lopez2018-01-161-5/+19
* make separators const a macro as wellBrian Lopez2018-01-031-5/+4
* make comment_line_char const a macroBrian Lopez2018-01-031-4/+4
* trailer: use git__prefixcmp instead of starts_withCharlie Somerville2017-12-201-15/+3
* trailer: remove inline specifier on is_blank_lineCharlie Somerville2017-12-201-1/+1
* message: add routine for parsing trailers from messagesCharlie Somerville2017-12-191-0/+415