t5400,t5402: consistently indent with tabs, not with spaces
This patch actually prepares for the upcoming patches to replace `master` with `main` in these tests: we do not want those changes to be flagged by the new `check-whitespace` GitHub workflow (even if those changes do not introduce the whitespace issues, they touch lines affected by those issues without fixing them). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
adbcf53e3f
commit
739edb2a73
@ -26,7 +26,8 @@ test_expect_success setup '
|
|||||||
echo "Commit #$i" >mozart/is/pink &&
|
echo "Commit #$i" >mozart/is/pink &&
|
||||||
git update-index --add mozart/is/pink &&
|
git update-index --add mozart/is/pink &&
|
||||||
tree=$(git write-tree) &&
|
tree=$(git write-tree) &&
|
||||||
commit=$(echo "Commit #$i" | git commit-tree $tree -p $parent) &&
|
commit=$(echo "Commit #$i" |
|
||||||
|
git commit-tree $tree -p $parent) &&
|
||||||
git update-ref refs/tags/commit$i $commit &&
|
git update-ref refs/tags/commit$i $commit &&
|
||||||
parent=$commit || return 1
|
parent=$commit || return 1
|
||||||
done &&
|
done &&
|
||||||
|
Reference in New Issue
Block a user