From 1a5ecb6c6d42d8e0a9284897c90d6047f8ad8842 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 8 Sep 2021 22:12:50 -0400 Subject: Up default min-repeat to 30 lines --- bin/git-comment.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/git-comment.pl') diff --git a/bin/git-comment.pl b/bin/git-comment.pl index 01f7171d..9efebf83 100644 --- a/bin/git-comment.pl +++ b/bin/git-comment.pl @@ -24,7 +24,7 @@ use Git; my $repo = Git->repository(); -my ($all, $minGroup, $minRepeat, $noRepeat) = (0, 2, 20, 0); +my ($all, $minGroup, $minRepeat, $noRepeat) = (0, 2, 30, 0); my $commentStart = $repo->config('comment.start') // "/*"; my $commentLead = $repo->config('comment.lead') // " *"; my $commentEnd = $repo->config('comment.end') // " */"; -- cgit 1.4.1