From afc5846b6313d9dbee074dfecb8ef7c26e45327d Mon Sep 17 00:00:00 2001 From: Lukas Mestan Date: Fri, 10 Jan 2020 13:16:23 +0100 Subject: [PATCH] update site --- index.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 123 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ee3ec13..bcdcb37 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,8 @@ @@ -45,7 +46,7 @@ image - +

Features @@ -79,7 +80,7 @@

- +

More screenshots @@ -93,7 +94,7 @@

- +

Getting started

- + +
+

+ Documentation +

+
+
    +
  • Git log since and until +

    + You can set the variables _GIT_SINCE and/or _GIT_UNTIL before running git-quick-stats to limit the git log.
    + These work similar to git's built-in --since and --until log options. +

    + + export _GIT_SINCE="2017-01-20"
    + export _GIT_UNTIL="2017-01-22" +
    +

    + Once set, run git quick-stats as normal. Note that this affects all stats that parse the git log history until unset. +

    +
  • +
  • Git log limit +

    + You can set variable _GIT_LIMIT for limited output. It will affect the "changelogs" and "branch tree" options. +

    +

    + + export _GIT_LIMIT=20 + +

    +
  • +
  • Git pathspec +

    + You can exclude a directory from the stats by using pathspec +

    + + export _GIT_PATHSPEC=':!directory' + +

    + You can also exclude files from the stats. Note that it works with any alphanumeric, glob, or regex that git respects. +

    +

    + + export _GIT_PATHSPEC=':!package-lock.json' + +

    +
  • +
  • Color themes +

    + You can change to the legacy color scheme by toggling the variable _MENU_THEME between default and legacy +

    + + export _MENU_THEME=legacy + +
  • +
+
+
+ + +
+

+ Thank you for your support! 🙌 +

+
+
+ If you or your company use this project or like what We're doing,
+ please consider backing us so We can continue maintaining and evolving this project and new ones. +

+
+
+

Sponsor us

+ +
+
+
+ +
+
+

Contributors

+
+ This project exists thanks to all the people who contribute. + +
+
+ +
+

Backers

+
+ Thank you to all our backers! 🙏

+ +
+ + +

Sponsors

+
+ Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

+ + + + + + + + + + +
+
+
+
+