From 838feeb02e4463e169688938a3e56a94b3d09bef Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 21 Feb 2024 00:21:37 +0100 Subject: Added -B option to filter by author and committer with one command --- activity.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activity.1') diff --git a/activity.1 b/activity.1 index 0ed1eb3..2e5a489 100644 --- a/activity.1 +++ b/activity.1 @@ -7,7 +7,7 @@ activity - generates a rolling or yearly activity chart for git repositories .IR year ] .RB [ \-f .IR format ] -.RB [ \-A | \-C +.RB [ \-A | \-C | \-B .IR email ]... .RI [ repositories ]... .SH DESCRIPTION @@ -31,13 +31,13 @@ $ activity .SS Generate SVG chart for 2023 for all repositories in a list .RS .EX -$ xargs activity -y2023 -fsvg activity.svh +$ xargs activity \-y2023 \-fsvg activity.svh .EE .RE .SS Generate HTML5 rolling chart filtered by matching either author or committer in all repositories in a list .RS .EX -$ xargs activity -Aplease@ignore.pl -Cplease@ignore.pl -fhtml5 activity.html +$ xargs activity \-Bplease@ignore.pl \-fhtml5 activity.html .EE .RE .SH SEE ALSO -- cgit v1.1