kmx git
login
register
thodg
/
libgit2
/
src/trailer.c
src/trailer.c
Log
Author
Commit
Date
CI
Message
1cda43ba
2018-01-03T18:30:04
make comment_line_char const a macro
72fbf05c
2017-12-20T15:24:30
trailer: use git__prefixcmp instead of starts_with
13722611
2017-12-20T15:24:23
trailer: remove inline specifier on is_blank_line
1c43edca
2017-12-14T18:37:10
message: add routine for parsing trailers from messages This is implemented in trailer.c and borrows a large amount of logic from Git core to ensure compatibility.