summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/git-comment.pl2
-rw-r--r--bin/man1/git-comment.18
2 files changed, 8 insertions, 2 deletions
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') // " */";
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
sh?id=acf581b2cc309b6e7e4ba057ba7b0810eff10a31&follow=1'>Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe