From 4625540df8f1959f4d52f8e5cd0fd4677875e855 Mon Sep 17 00:00:00 2001 From: "Stephen P. Smith" Date: Mon, 22 Oct 2018 20:53:38 -0700 Subject: [PATCH] t7509: cleanup description and filename Rename test and update the test description to explicitly state that included tests all relate to commit authorship. The t7509-commit.sh file was not renamed when other scripts were updated in compliance with the test naming convention. [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/{t7509-commit.sh => t7509-commit-authorship.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t7509-commit.sh => t7509-commit-authorship.sh} (98%) diff --git a/t/t7509-commit.sh b/t/t7509-commit-authorship.sh similarity index 98% rename from t/t7509-commit.sh rename to t/t7509-commit-authorship.sh index ddef7ea6b0..500ab2fe72 100755 --- a/t/t7509-commit.sh +++ b/t/t7509-commit-authorship.sh @@ -3,7 +3,7 @@ # Copyright (c) 2009 Erick Mattos # -test_description='git commit --reset-author' +test_description='commit tests of various authorhip options. ' . ./test-lib.sh