libgit2/include
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
..
git2 commit: introduce git_commit_body 2015-12-01 10:07:00 +01:00
git2.h Include git2/transaction.h 2015-05-31 19:22:12 +02:00