Git development
 help / color / mirror / Atom feed
* [PATCH 0/1] Extract only the message log body from git commit.
@ 2026-07-22  8:38 hardikxk
  2026-07-22  8:38 ` [PATCH 1/1] Extract only the message " hardikxk
  2026-07-22 12:38 ` [PATCH 0/1] Extract only the message log " Pablo Sabater
  0 siblings, 2 replies; 5+ messages in thread
From: hardikxk @ 2026-07-22  8:38 UTC (permalink / raw)
  To: git; +Cc: hardikxk


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-22 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22  8:38 [PATCH 0/1] Extract only the message log body from git commit hardikxk
2026-07-22  8:38 ` [PATCH 1/1] Extract only the message " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox