• Show log

    Commit

  • Hash : 7f8fe1d4
    Author : Patrick Steinhardt
    Date : 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`.