diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/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 |