Re: [PATCH 0/1] Extract only the message log body from git commit.
"Pablo Sabater" <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Wed Jul 22, 2026 at 10:38 AM CEST, hardikxk wrote: > > The patch fixes the `extractLogMessageFromGitCommit` function to skip all the metada of the commit object and only return back the message body. nit: Let's wrap this at ~72 columns. > > 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. This repeats what the commit message already says. For a single-patch series a cover letter is usually not needed. Documentation/MyFirstContribution [1] notes that the commit message should already explain the change at a high level, and that any extra context can go below the '---' line instead. I would drop this cover letter unless there's something else to say. > > hardikxk (1): > Extract only the message body from git commit. > > git-p4.py | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > > base-commit: 48bbf81c29ca9a4479ec7850fe206518682cdb2f [1]: https://github.com/git/git/blob/master/Documentation/MyFirstContribution.adoc#bonus-chapter-one-patch-changes Regards, Pablo