Re: [PATCH v3 3/5] tests: rename a test having to do with shallow submodules
From: Brandon Williams <hidden>
Date: 2017-04-27 22:14:00
From: Brandon Williams <hidden>
Date: 2017-04-27 22:14:00
On 04/27, Stefan Beller wrote:
On Wed, Apr 26, 2017 at 4:12 PM, Ævar Arnfjörð Bjarmason [off-list ref] wrote:quoted
Rename the t5614-clone-submodules.sh test to t5614-clone-submodules-shallow.sh. It's not a general test of submodules, but of shallow cloning in relation to submodules. Move it to create another similar t56*-clone-submodules-*.sh test. Signed-off-by: Ævar Arnfjörð Bjarmason <redacted> --- t/{t5614-clone-submodules.sh => t5614-clone-submodules-shallow.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{t5614-clone-submodules.sh => t5614-clone-submodules-shallow.sh} (100%)diff --git a/t/t5614-clone-submodules.sh b/t/t5614-clone-submodules-shallow.sh similarity index 100% rename from t/t5614-clone-submodules.sh rename to t/t5614-clone-submodules-shallow.shThanks for formatting the patches with rename detection. :) The rename looks good.
Do you have to turn that on or is that on by default? -- Brandon Williams