From 26301a4133f4fdbef04cbe69fe3a77dd3088ee67 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 6 Apr 2020 08:19:32 -0400 Subject: [PATCH] Commentary --- test_regress/t/t_dist_contributors.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_dist_contributors.pl b/test_regress/t/t_dist_contributors.pl index dd2a848b2..5f5338991 100755 --- a/test_regress/t/t_dist_contributors.pl +++ b/test_regress/t/t_dist_contributors.pl @@ -35,7 +35,7 @@ sub check { for my $author (sort keys %Authors) { print "Check: $author\n" if $Self->{verbose}; if (!$Contributors{$author}) { - error("Certify your contribution by appending '$author' to docs/CONTRIBUTORS.\n" + error("Certify your contribution by sorted-inserting '$author' into docs/CONTRIBUTORS.\n" ." If '$author' is not your real name, please fix 'name=' in ~/.gitconfig\n" ." Also check your https://github.com account's Settings->Profile->Name\n" ." matches your ~/.gitconfig 'name='.\n");