From bd96088ffcb33240f5e7b075276bcf55ebe0a971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Wed, 22 Jan 2020 07:39:15 +0000 Subject: [PATCH] Update index.html --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 3b0b544..a151808 100644 --- a/index.html +++ b/index.html @@ -241,18 +241,22 @@

You can set the variable _GIT_MERGE_VIEW to enable merge commits to be part of the stats by setting _GIT_MERGE_VIEW to enable. You can also choose to only show merge commits by setting _GIT_MERGE_VIEW to exclusive. Default is to not show merge commits. These work similar to git's built-in --merges and --no-merges log options.

- - export _GIT_MERGE_VIEW="enable"
- export _GIT_MERGE_VIEW="exclusive" -
+

+ + export _GIT_MERGE_VIEW="enable"
+ export _GIT_MERGE_VIEW="exclusive" +
+

  • Color themes

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

    - - export _MENU_THEME=legacy - +

    + + export _MENU_THEME=legacy + +