aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen P. Smith <ischis2@cox.net>2018-10-22 20:53:38 -0700
committerJunio C Hamano <gitster@pobox.com>2018-10-23 14:15:09 +0900
commit4625540df8f1959f4d52f8e5cd0fd4677875e855 (patch)
treed022ff2f4eccd869244ff802a12abe7f1585afef
parentt2000: rename and combine checkout clash tests (diff)
downloadgit-4625540df8f1959f4d52f8e5cd0fd4677875e855.tar.gz
git-4625540df8f1959f4d52f8e5cd0fd4677875e855.zip
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 <ischis2@cox.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t7509-commit-authorship.sh (renamed from t/t7509-commit.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7509-commit.sh b/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