]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-read-tree-m-3way: indent with tabs
authorShaoxuan Yuan <shaoxuan.yuan02@gmail.com>
Wed, 2 Feb 2022 06:43:00 +0000 (14:43 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Feb 2022 19:32:58 +0000 (11:32 -0800)
commitcd26cd6c7c0f6c26a5328c95a667844c27ea3fd0
tree270fbb906b00e3f8c9005e90a3605a44435de81f
parentddea5719fa70611d1556b8128e58cadaa65ecf34
t/lib-read-tree-m-3way: indent with tabs

As Documentation/CodingGuidelines says, our shell scripts
(including tests) are to use HT for indentation, but this script
uses 4-column indent with SP. Fix this.

Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-read-tree-m-3way.sh