@@ -93,27 +93,27 @@ Usage: git-stats [options]
9393Local git statistics including GitHub-like contributions calendars.
9494
9595Options:
96- -r, --raw Outputs a dump of the raw JSON data.
97- -g, --global-activity Shows global activity calendar in the current
98- repository.
99- -d, --data <path> Sets a custom data store file.
100- -l, --light Enables the light theme.
101- -n, --disable-ansi Forces the tool not to use ANSI styles.
102- -A , --author Filter author related contributions in the current
103- repository .
104- -a , --authors Shows a pie chart with the author related
105- contributions in the current repository .
106- -S , --author-stats Shows a pie chart with author additions/deletions
107- statistics .
108- -M , --stats-mode <mode> Mode for author stats: 'additions', 'deletions', or
109- 'both' (default: 'both') .
110- -u, --until <date> Optional end date.
111- -s, --since <date> Optional start date.
112- --record <data> Records a new commit. Don't use this unless you are
113- a mad scientist. If you are a developer just use
114- this option as part of the module.
115- -h, --help Displays this help.
116- -v, --version Displays version information.
96+ -r, --raw Outputs a dump of the raw JSON data.
97+ -g, --global-activity Shows global activity calendar in the current
98+ repository.
99+ -d, --data <path> Sets a custom data store file.
100+ -l, --light Enables the light theme.
101+ -n, --disable-ansi Forces the tool not to use ANSI styles.
102+ -M , --stats-mode <mode> Mode for author stats: 'additions', 'deletions', or
103+ 'both' (default: 'both') .
104+ -S , --author-stats Shows a pie chart with author additions/deletions
105+ statistics .
106+ -A , --author Filter author related contributions in the current
107+ repository .
108+ -a , --authors Shows a pie chart with the author related
109+ contributions in the current repository .
110+ -u, --until <date> Optional end date.
111+ -s, --since <date> Optional start date.
112+ --record <data> Records a new commit. Don't use this unless you are
113+ a mad scientist. If you are a developer just use
114+ this option as part of the module.
115+ -h, --help Displays this help.
116+ -v, --version Displays version information.
117117
118118Examples:
119119 $ git-stats # Default behavior (stats in the last year)
0 commit comments