[GSoC][PATCH v3 1/3] t0000: fix indentation
From: Jonathan Chang <hidden>
Date: 2019-03-17 15:24:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jonathan Chang <hidden>
Date: 2019-03-17 15:24:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
Fix indentation of a line containing a pipeline to reduce the
noise when refactoring the pipeline in a subsequent commit.
This has been wrong since the refactoring done in 1b5b2b641a
("t0000: modernise style", 2012-03-02), but carries no meaning.
Signed-off-by: Jonathan Chang <redacted>
---
t/t0000-basic.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index b6566003dd..53821f5817 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh@@ -1132,7 +1132,7 @@ test_expect_success 'git commit-tree records the correct parent in a commit' ' test_expect_success 'git commit-tree omits duplicated parent in a commit' ' commit2=$(echo NO | git commit-tree $P -p $commit0 -p $commit0) && - parent=$(git show --pretty=raw $commit2 | + parent=$(git show --pretty=raw $commit2 | sed -n -e "s/^parent //p" -e "/^author /q" | sort -u) && test "z$commit0" = "z$parent" &&
--
2.21.0