Merge pull request #69 from mhickman/master

Change format of _GIT_SINCE in help
This commit is contained in:
Tom Ice 2019-05-17 13:00:16 -04:00 committed by GitHub
commit dd69477293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -92,8 +92,8 @@ Possible arguments in short and long form:
You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log
```bash
export _GIT_SINCE="2017-20-01"
export _GIT_UNTIL="2017-22-01"
export _GIT_SINCE="2017-01-20"
export _GIT_UNTIL="2017-01-22"
```
then run `git quick-stats` (affect all stats, except "My daily status" and "Git changelogs" )

View file

@ -111,7 +111,7 @@ OPTIONS
ADDITIONAL USAGE
You can set _GIT_SINCE and _GIT_UNTIL to limit the git time log
ex: export _GIT_SINCE=\"2017-20-01\"
ex: export _GIT_SINCE=\"2017-01-20\"
You can set _GIT_LIMIT for limited output log
ex: export _GIT_LIMIT=20
You can exclude a directory from the stats by using pathspec

View file

@ -102,7 +102,7 @@ display this help text in the terminal
You can set _GIT_SINCE and _GIT_UNTIL to limit the git time log, example:
.IP
.PP
.B export _GIT_SINCE="2017\-20\-01"
.B export _GIT_SINCE="2017\-01\-20"
.IP
.PP
You can set _GIT_LIMIT for limited output log, example: