From: Stephen P. Smith Date: Tue, 23 Oct 2018 03:53:39 +0000 (-0700) Subject: t7502: rename commit test script to comply with naming convention X-Git-Tag: v2.20.0-rc0~105^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53f684e2645b7c96ca5b52f6ce7f6144914a2f18;p=thirdparty%2Fgit.git t7502: rename commit test script to comply with naming convention When the test naming convention was documented[1] the commit script was not renamed. The test description for t7502 indicates that the test file is to contain porcelain type options for the commit command. The tests don't fall into a single category. There are tests for cleanup, sign-off, multiple message options, etc. Rename the t7502-commit.sh to t7502-commit-porcelain.sh which reflects the high level nature and usage of the options to commit. [1] f50c9f76c ("Rename some test scripts and describe the naming convention", 2005-05-15) Signed-off-by: Stephen P. Smith Signed-off-by: Junio C Hamano --- diff --git a/t/t7502-commit.sh b/t/t7502-commit-porcelain.sh similarity index 100% rename from t/t7502-commit.sh rename to t/t7502-commit-porcelain.sh