From 5a55f87ad7fd6cef26901635b6a571d807a5f85b Mon Sep 17 00:00:00 2001 From: Lukas Mestan Date: Wed, 22 Feb 2017 20:11:26 +0100 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d657340..d6e1dfe 100644 --- a/README.md +++ b/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