libgit2/tests/commit
Patrick Steinhardt 7f8fe1d45e commit: introduce git_commit_body
It is already possible to get a commit's summary with the
`git_commit_summary` function. It is not possible to get the
remaining part of the commit message, that is the commit
message's body.

Fix this by introducing a new function `git_commit_body`.
2015-12-01 10:07:00 +01:00
..
commit.c commit: introduce git_commit_body 2015-12-01 10:07:00 +01:00
parent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
parse.c commit: allow retrieving an arbitrary header field 2015-06-22 15:56:31 +02:00
signature.c signature: Strip crud just like Git does 2015-10-21 11:58:44 +02:00
write.c Fix git_commit_summary to convert newlines to spaces even after 2015-11-03 17:50:55 -05:00