From: hardikxk <hardikxk@gmail.com>
To: git@vger.kernel.org
Cc: hardikxk <hardikxk@gmail.com>
Subject: [PATCH 0/1] Extract only the message log body from git commit.
Date: Wed, 22 Jul 2026 14:08:35 +0530 [thread overview]
Message-ID: <20260722083836.744338-1-hardikxk@gmail.com> (raw)
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
next reply other threads:[~2026-07-22 8:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 8:38 hardikxk [this message]
2026-07-22 8:38 ` [PATCH 1/1] Extract only the message body from git commit hardikxk
2026-07-22 12:23 ` Pablo Sabater
2026-07-22 13:42 ` Hardik Kumar
2026-07-22 12:38 ` [PATCH 0/1] Extract only the message log " Pablo Sabater
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260722083836.744338-1-hardikxk@gmail.com \
--to=hardikxk@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox