Re: [PATCH 0/2] t: add and use a commit_body test helper
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Shlok Kulshreshtha <[email protected]> writes: > t/README | 11 ++++ > 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/t7600-merge.sh | 14 ++--- > t/t7604-merge-custom-message.sh | 18 ++---- > t/t7614-merge-signoff.sh | 9 +-- > t/test-lib-functions.sh | 8 +++ > 13 files changed, 81 insertions(+), 108 deletions(-) Doesn't 'message_body' t7509 has follow the same pattern to hide exit code from 'git cat-file commit'? Thanks.