Commit 7f8fe1d45e086adc9e7f3f0c33b624eeb3774033

Patrick Steinhardt 2015-12-01T10:03:56

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`.