"Elijah Newren via GitGitGadget" [off-list ref] writes:
From: Elijah Newren <redacted>
No substantive changes, just a few cosmetic changes:
* Indent steps of an individual test
* Don't have logic between the "test_expect_success" blocks that
the next block will depend upon, move it into the
test_expect_success section itself
* Fix spacing around redirection operators to match git style
Signed-off-by: Elijah Newren <redacted>
---
t/t6024-recursive-merge.sh | 130 +++++++++++++++++++------------------
1 file changed, 67 insertions(+), 63 deletions(-)
"git show -w" looked good. Thanks.