Shaoxuan Yuan <shaoxuan.yuan02@xxxxxxxxx> writes: > Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@xxxxxxxxx> > --- > > This commit simply replaced indentation spaces with tabs. > e.g. > > - git update-index --add SS > + git update-index --add SS The same comment applies wrt where the message is placed. I'd view "replace spaces with" as a way to achieve "indent with tabs". 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. or something like that, perhaps?