]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sk/t1100-modernize'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:54 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jul 2026 17:30:54 +0000 (10:30 -0700)
The test script 't/t1100-commit-tree-options.sh' has been modernized
by converting test cases to the modern style (using single quotes and
tab indentation) and moving the creation of the expected file inside
the setup test so it runs under the protection of the test harness.

* sk/t1100-modernize:
  t1100: move creation of expected output into setup test
  t1100: modernize test style


Trivial merge