]> git.ipfire.org Git - thirdparty/git.git/commit
t6030: modernize "git bisect run" tests
authorAaron Lipman <alipman88@gmail.com>
Fri, 7 Aug 2020 21:58:34 +0000 (17:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2020 22:11:59 +0000 (15:11 -0700)
commit15a4802a69d0dd5e8a1b058d4a2cd5bec6c4bd6a
tree119e8ddf4ba5fd5ada48dd3a32ef649fdeee9c6a
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
t6030: modernize "git bisect run" tests

Enforce consistent styling for tests on "git bisect run":
- Use "write_script" to abstract away platform-specific details.
- Favor current whitespace conventions.
- While at it, change "introduced" to "added" in the comments to make
  them read better.

Helped-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Aaron Lipman <alipman88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6030-bisect-porcelain.sh