From 1b5b51595f28063324d4c2dcdebc78a9f1542e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Sun, 22 Jan 2017 18:37:07 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd5e635..90f0d5b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,18 @@ Or you can use (non-interactive) direct execution: `git quick-stats ` -Possible arguments: -suggestReviewers, detailedGitStats, commitsPerDay, commitsPerAuthor, myDailyStats, contributors, +> Possible arguments: +> suggestReviewers, detailedGitStats, commitsPerDay, commitsPerAuthor, myDailyStats, contributors, branchTree, branchesByDate, changelogs + +You can set variable `_GIT_SINCE`, `_GIT_UNTIL` and limit the git log + +eg: +`export _GIT_SINCE="2017-20-01"` +`export _GIT_UNTIL="2017-22-01"` +then run `./git-quick-stats` (affect all stats, except "My daily status" and "Git changelogs" ) + ## Installation ```