[PATCH 0/1] Extract only the message log body from git commit.
hardikxk <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
The patch fixes the `extractLogMessageFromGitCommit` function to skip all the metada of the commit object and only return back the message body. Previously the function would return the entire data of the objects including authors tree and SHAs. This patch fixes that to skip over all that and just return the body of the log message. hardikxk (1): Extract only the message body from git commit. git-p4.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) base-commit: 48bbf81c29ca9a4479ec7850fe206518682cdb2f -- 2.55.0