commit/tag: ensure the message is cleaned up
'git commit' and 'git tag -a' enforce some conventions, like cleaning up excess whitespace and making sure that the last line ends with a '\n'. This fix replicates this behavior. Fix libgit2/libgit2sharp#117
Showing
src/message.c
0 → 100644
src/message.h
0 → 100644
tests-clar/object/message.c
0 → 100644
Please
register
or
sign in
to comment