diff --git a/index.html b/index.html index 847b99b..3b0b544 100644 --- a/index.html +++ b/index.html @@ -236,6 +236,16 @@
++ 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"
+
+ You can change to the legacy color scheme by toggling the variable _MENU_THEME between default and legacy @@ -313,4 +323,4 @@