Re: [PATCH v2 2/2] t: use commit_body to extract commit message bodies
Junio C Hamano <[email protected]> Wed, 29 Jul 2026 14:19:40 -0700
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Shlok Kulshreshtha <[email protected]> writes: > t/t3404-rebase-interactive.sh | 2 +- > t/t3405-rebase-malformed.sh | 8 +-- > t/t3408-rebase-multi-line.sh | 4 +- > t/t3434-rebase-i18n.sh | 3 +- > t/t3900-i18n-commit.sh | 4 +- > t/t4150-am.sh | 8 +-- > t/t7500-commit-template-squash-signoff.sh | 4 +- > t/t7501-commit-basic-functionality.sh | 21 +++---- > t/t7502-commit-porcelain.sh | 77 ++++++++--------------- > t/t7509-commit-authorship.sh | 23 +++---- > t/t7600-merge.sh | 14 ++--- > t/t7604-merge-custom-message.sh | 18 ++---- > t/t7614-merge-signoff.sh | 9 +-- > 13 files changed, 72 insertions(+), 123 deletions(-) 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'? Thanks.