Re: [PATCH v3 1/2] t6025: modernize style
From: Junio C Hamano <hidden>
Date: 2020-01-21 21:57:42
From: Junio C Hamano <hidden>
Date: 2020-01-21 21:57:42
Shourya Shukla [off-list ref] writes:
The tests in `t6025-merge-symlinks.sh` were written a long time ago, and has a lot of style violations, including the mixed-use of tabs and spaces, missing indentations, and other shell script style violations. Update it to match the CodingGuidelines.
Looks good. Will queue. Thanks.