mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-10 09:39:12 +00:00
![]() 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`. |
||
---|---|---|
.. | ||
commit.c | ||
parent.c | ||
parse.c | ||
signature.c | ||
write.c |