"Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Elijah Newren <newren@xxxxxxxxx> > > 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 <newren@xxxxxxxxx> > --- > t/t6024-recursive-merge.sh | 130 +++++++++++++++++++------------------ > 1 file changed, 67 insertions(+), 63 deletions(-) "git show -w" looked good. Thanks.