The `Commit` objects returned by `blame` and `blame_incremental` only contain the first line of the commit message (the summary). Obviously, it is harder to return the full commit message because `git blame -p` only returns the summary.