commit.h
723 Bytes
-
commit: introduce `git_commit_body` · 7f8fe1d4
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`.
Patrick Steinhardt committed