From 83af35e37e8e070eaa02d716bfd7db88f0d93220 Mon Sep 17 00:00:00 2001 From: "Stephen P. Smith" Date: Mon, 22 Oct 2018 20:53:41 -0700 Subject: [PATCH] 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 --- t/{t7501-commit.sh => t7501-commit-basic-functionality.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{t7501-commit.sh => t7501-commit-basic-functionality.sh} (100%) 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