From: Stephen P. Smith Date: Tue, 23 Oct 2018 03:53:41 +0000 (-0700) Subject: t7501: rename commit test to comply with naming convention X-Git-Tag: v2.20.0-rc0~105^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83af35e37e8e070eaa02d716bfd7db88f0d93220;p=thirdparty%2Fgit.git t7501: rename commit test to comply with naming convention The naming convention was documented [1] but this script was not renamed. The original commit message indicates the script tests basic commit functionality. Clean up the test name by changing the file name to specify the intent as documented in the initial 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/t7501-commit.sh b/t/t7501-commit-basic-functionality.sh similarity index 100% rename from t/t7501-commit.sh rename to t/t7501-commit-basic-functionality.sh