From: Junio C Hamano <gitster@pobox.com>
To: Shlok Kulshreshtha <diy2903@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v2 2/2] t: use commit_body to extract commit message bodies
Date: Thu, 30 Jul 2026 12:38:22 -0700 [thread overview]
Message-ID: <xmqqy0esjmj5.fsf@gitster.g> (raw)
In-Reply-To: <20260730180207.83197-1-diy2903@gmail.com> (Shlok Kulshreshtha's message of "Thu, 30 Jul 2026 23:32:07 +0530")
Shlok Kulshreshtha <diy2903@gmail.com> writes:
> Junio C Hamano <gitster@pobox.com> writes:
>
>> I would not claim to have checked all of these changes, but I did
>> spot check a handful and they all looked reasonable.
>>
>> Shall we mark the topic for 'next'?
>
> Yes, please.
The qutestion was not quite for you, but for those other people who
are reading the list from sidelines. We all know that the original
author of the patch wants their work in, so that does not work as a
useful signal.
> * t7600-merge.sh, "merge --no-ff --edit". The test grepped the raw
> commit object for a phrase and then stripped the header for the
> comparison. The phrase is in the body rather than the header, so the
> grep now runs against the already-stripped body and both steps share
> one commit_body call.
>
> * t3900-i18n-commit.sh, in test_commit_autosquash_multi_encoding().
> The stripped body was piped into "iconv". Piping commit_body into
> "iconv" would reintroduce the exit-code hole,
> so the body is written to a file and "iconv"
> reads the file.
These are as the log message describes ;-) All looked good.
Thanks.
prev parent reply other threads:[~2026-07-30 19:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-26 22:48 [PATCH 0/2] t: add and use a commit_body test helper Shlok Kulshreshtha
2026-07-26 22:48 ` [PATCH 1/2] test-lib-functions: add commit_body helper Shlok Kulshreshtha
2026-07-26 22:48 ` [PATCH 2/2] t: use commit_body to extract commit message bodies Shlok Kulshreshtha
2026-07-27 8:15 ` [PATCH 0/2] t: add and use a commit_body test helper Junio C Hamano
2026-07-27 9:28 ` Shlok Kulshreshtha
2026-07-27 9:56 ` [PATCH v2 " Shlok Kulshreshtha
2026-07-27 9:56 ` [PATCH v2 1/2] test-lib-functions: add commit_body helper Shlok Kulshreshtha
2026-07-27 9:56 ` [PATCH v2 2/2] t: use commit_body to extract commit message bodies Shlok Kulshreshtha
2026-07-29 21:19 ` Junio C Hamano
2026-07-30 18:02 ` Shlok Kulshreshtha
2026-07-30 19:38 ` Junio C Hamano [this message]
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=xmqqy0esjmj5.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=diy2903@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.