update readme

This commit is contained in:
Lukas Mestan 2017-02-22 20:11:26 +01:00
parent 11c1a9ff5c
commit 5a55f87ad7
No known key found for this signature in database
GPG key ID: 93A4F5E8826DD56F

View file

@ -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