Compare commits

..

2 Commits

Author SHA1 Message Date
simopunkc c7c1ef999a
Merge b5b4cd7b68 into ffc99bbc78 2024-04-01 09:41:57 +07:00
simopunkc b5b4cd7b68
Without commas ( , ), the "--since" and "--until" parameter options in the command will have no effect.
Updated documentation on how to properly use the since and until parameters.
2024-04-01 09:39:17 +07:00
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ new Tilda(`${__dirname}/../package.json`, {
, examples: [
"git-stats # Default behavior (stats in the last year)"
, "git-stats -l # Light mode"
, "git-stats -s '1 January, 2012' # All the commits from 1 January 2012 to now"
, "git-stats -s '1 January, 2012' -u '31 December, 2012' # All the commits from 2012"
, "git-stats -s '1 January 2012' # All the commits from 1 January 2012 to now"
, "git-stats -s '1 January 2012' -u '31 December 2012' # All the commits from 2012"
]
, notes: "Your commit history is kept in ~/.git-stats by default. You can create ~/.git-stats-config.js to specify different defaults."
}).main(action => {