git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Modernize t9300-fast-import
@ 2015-11-19 19:09 Johannes Sixt
  2015-11-19 19:09 ` [PATCH 1/7] modernize t9300: single-quote placement and indentation Johannes Sixt
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Johannes Sixt @ 2015-11-19 19:09 UTC (permalink / raw)
  To: git; +Cc: Johannes Sixt

Some time ago, I had to dig into t9300-fast-import and found it quite
unhelpful that it does not follow our modern best-practices. This series
brings it up-to-date. I thought I submit it now while it is quiet in
the area.

The larger patches are best viewed using -w -color-words because the
regular patch text is ... overwhelming.

Improving shell coding style is outside the scope of this series. I mean
fixing eyesores such as 'cat >foo <<EOF && cat foo | sort > bar', or minor
things such as quoting <<\EOF when the here-doc does not require
substitutions.

In case the large patches don't make it to the list, the series is also
available from

  https://github.com/j6t/git.git modernize-t9300

Johannes Sixt (7):
  modernize t9300: single-quote placement and indentation
  modernize t9300: use test_must_fail
  modernize t9300: use test_must_be_empty
  modernize t9300: wrap lines after &&
  modernize t9300: use test_when_finished for clean-up
  modernize t9300: mark here-doc words to ignore tab indentation
  modernize t9300: move test preparations into test_expect_success

 t/t9300-fast-import.sh | 3629 ++++++++++++++++++++++++------------------------
 1 file changed, 1822 insertions(+), 1807 deletions(-)

-- 
2.6.2.337.ga235d84

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

end of thread, other threads:[~2015-11-20 11:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 19:09 [PATCH 0/7] Modernize t9300-fast-import Johannes Sixt
2015-11-19 19:09 ` [PATCH 1/7] modernize t9300: single-quote placement and indentation Johannes Sixt
2015-11-19 19:09 ` [PATCH 2/7] modernize t9300: use test_must_fail Johannes Sixt
2015-11-19 19:09 ` [PATCH 3/7] modernize t9300: use test_must_be_empty Johannes Sixt
2015-11-19 19:09 ` [PATCH 4/7] modernize t9300: wrap lines after && Johannes Sixt
2015-11-19 19:09 ` [PATCH 5/7] modernize t9300: use test_when_finished for clean-up Johannes Sixt
2015-11-19 19:09 ` [PATCH 6/7] modernize t9300: mark here-doc words to ignore tab indentation Johannes Sixt
2015-11-19 19:09 ` [PATCH 7/7] modernize t9300: move test preparations into test_expect_success Johannes Sixt
2015-11-20  3:54 ` [PATCH 0/7] Modernize t9300-fast-import Eric Sunshine
2015-11-20 11:22   ` Jeff King

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).