On Wed, Apr 26, 2017 at 4:12 PM, Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > 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 <avarab@xxxxxxxxx> > --- > 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.sh Thanks for formatting the patches with rename detection. :) The rename looks good. Thanks, Stefan