From: Usman Akinyemi <usmanakinyemi202@gmail•com>
To: git@vger•kernel.org
Cc: ps@pks•im, chriscool@tuxfamily•org, christian.couder@gmail•com,
gitster@pobox•com, me@ttaylorr•com, usmanakinyemi202@gmail•com
Subject: [PATCH 0/7] move builtin help test to t1517
Date: Mon, 7 Jul 2025 02:37:18 +0530 [thread overview]
Message-ID: <20250706210725.79903-1-usmanakinyemi202@gmail.com> (raw)
In patch series which contain this
"[*]: 43a8391977 (builtin/verify-tag: stop using `the_repository`, 2025-03-07)"
and some other builtin commands, the help test was added into their
respective test files. Since it better fits thats tests that check
command behavior outside a repository should be in t/t1517-outside-repo.sh.
Patrick suggest moving the test to t/t1517-outside-repo.sh.
This patch series moved the all the test.
Usman Akinyemi (7):
t/t1517: move checkout-index -h test to t1517
t/t1517: move for-each-ref -h test to t1517
t/t1517: move ls-files -h test to t1517
t/t1517: move pack-refs -h test to t1517
t/t1517: move send-pack -h test to t1517
t/t1517: move verify-commit -h test to t1517
t/t1517: move verify-tag -h test to t1517
t/t0610-reftable-basics.sh | 7 -----
t/t1517-outside-repo.sh | 49 +++++++++++++++++++++++++++++++++
t/t2006-checkout-index-basic.sh | 7 -----
t/t3004-ls-files-basic.sh | 7 -----
t/t5400-send-pack.sh | 7 -----
t/t6300-for-each-ref.sh | 7 -----
t/t7030-verify-tag.sh | 7 -----
t/t7510-signed-commit.sh | 7 -----
8 files changed, 49 insertions(+), 49 deletions(-)
--
2.50.0
next reply other threads:[~2025-07-06 21:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-06 21:07 Usman Akinyemi [this message]
2025-07-06 21:07 ` [PATCH 1/7] t/t1517: move checkout-index -h test to t1517 Usman Akinyemi
2025-07-06 21:07 ` [PATCH 2/7] t/t1517: move for-each-ref " Usman Akinyemi
2025-07-06 21:07 ` [PATCH 3/7] t/t1517: move ls-files " Usman Akinyemi
2025-07-06 21:07 ` [PATCH 4/7] t/t1517: move pack-refs " Usman Akinyemi
2025-07-06 21:07 ` [PATCH 5/7] t/t1517: move send-pack " Usman Akinyemi
2025-07-06 21:07 ` [PATCH 6/7] t/t1517: move verify-commit " Usman Akinyemi
2025-07-06 21:07 ` [PATCH 7/7] t/t1517: move verify-tag " Usman Akinyemi
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=20250706210725.79903-1-usmanakinyemi202@gmail.com \
--to=usmanakinyemi202@gmail$(echo .)com \
--cc=chriscool@tuxfamily$(echo .)org \
--cc=christian.couder@gmail$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=gitster@pobox$(echo .)com \
--cc=me@ttaylorr$(echo .)com \
--cc=ps@pks$(echo .)im \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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