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"
+
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
+
+