mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
update readme
This commit is contained in:
parent
11c1a9ff5c
commit
5a55f87ad7
11
README.md
11
README.md
|
|
@ -32,7 +32,7 @@ Or you can use (non-interactive) direct execution:
|
|||
branchTree, branchesByDate, changelogs
|
||||
|
||||
|
||||
#### Limit git log
|
||||
#### Git log --since and --until arguments
|
||||
|
||||
You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log
|
||||
|
||||
|
|
@ -45,6 +45,15 @@ eg:
|
|||
then run `git quick-stats` (affect all stats, except "My daily status" and "Git changelogs" )
|
||||
|
||||
|
||||
#### Git log limit
|
||||
|
||||
You can set variable `_GIT_LIMIT` for limited output (it will affect: "Git changelogs" and "Branch tree view" )
|
||||
|
||||
eg:
|
||||
|
||||
`export _GIT_LIMIT=20`
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
#### Unix like OS
|
||||
|
|
|
|||
Loading…
Reference in a new issue