git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] [Newcomer] t7004: modernize the style
@ 2024-08-04  7:11 AbdAlRahman Gad
  2024-08-04  7:11 ` [PATCH v3 1/6] [Newcomer] t7004-tag: redirection operator AbdAlRahman Gad
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: AbdAlRahman Gad @ 2024-08-04  7:11 UTC (permalink / raw)
  To: git; +Cc: AbdAlRahman Gad

- remove whitespace after the redirect operators.

- move number of expect files prepared outside of
  test_expect_success to be inside the tests that use it.

- split some lines that have two commands into two lines
  one command each.

- turn some "<<\EOF" into "<<-\EOF" and indent their body.

- avoid using pipes in the output from "test-tool ref-store"
  and write the output to a file.

- change test_expect_success that are seperated from its name
  to be on the same line.


AbdAlRahman Gad (6):
  [Newcomer] t7004-tag: redirection operator
  [Newcomer] t7004-tag: do not lose exit status to pipe
  [Newcomer] t7004-tag: one command per line
  [Newcomer] t7004-tag: do not prepare except outside
    test_expect_success
  [Newcomer] t7004-tag: here-doc modernization
  [Newcomer] t7004-tag: description on the same line as
    test_expect_success

 t/t7004-tag.sh | 584 +++++++++++++++++++++++--------------------------
 1 file changed, 274 insertions(+), 310 deletions(-)


base-commit: 406f326d271e0bacecdb00425422c5fa3f314930
-- 
2.43.0


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

end of thread, other threads:[~2024-08-05  9:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04  7:11 [PATCH v3 0/6] [Newcomer] t7004: modernize the style AbdAlRahman Gad
2024-08-04  7:11 ` [PATCH v3 1/6] [Newcomer] t7004-tag: redirection operator AbdAlRahman Gad
2024-08-05  9:36   ` Patrick Steinhardt
2024-08-04  7:11 ` [PATCH v3 2/6] [Newcomer] t7004-tag: do not lose exit status to pipe AbdAlRahman Gad
2024-08-05  9:36   ` Patrick Steinhardt
2024-08-04  7:11 ` [PATCH v3 3/6] [Newcomer] t7004-tag: one command per line AbdAlRahman Gad
2024-08-05  9:36   ` Patrick Steinhardt
2024-08-04  7:11 ` [PATCH v3 4/6] [Newcomer] t7004-tag: do not prepare except outside test_expect_success AbdAlRahman Gad
2024-08-04  7:32   ` Eric Sunshine
2024-08-04  9:01     ` AbdAlRahman Gad
2024-08-04 16:46   ` Junio C Hamano
2024-08-04  7:11 ` [PATCH v3 5/6] [Newcomer] t7004-tag: here-doc modernization AbdAlRahman Gad
2024-08-05  9:42   ` Patrick Steinhardt
2024-08-04  7:11 ` [PATCH v3 6/6] [Newcomer] t7004-tag: description on the same line as test_expect_success AbdAlRahman Gad
2024-08-05  9:42   ` Patrick Steinhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).