From cfebb8be00fab25065fc0578a33835aa421d224e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 8 Sep 2021 22:12:50 -0400 Subject: Up default min-repeat to 30 lines --- bin/man1/git-comment.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/man1/git-comment.1') diff --git a/bin/man1/git-comment.1 b/bin/man1/git-comment.1 index 9c9b4cd6..a981f839 100644 --- a/bin/man1/git-comment.1 +++ b/bin/man1/git-comment.1 @@ -71,7 +71,7 @@ The default is 2 lines. Avoid repeating a comment if it occurred in the last .Ar lines . -The default is 20 lines. +The default is 30 lines. . .It Fl \-no-repeat Avoid repeating comments entirely. @@ -86,3 +86,9 @@ git config comment.start '#' git config comment.lead '#' git config comment.end '' .Ed +. +.Pp +Add as many comments as possible: +.Bd -literal -offset indent +git comment --all --min-group 1 --min-repeat 1 +.Ed -- cgit 1.4.1