From cabc6ebc59f5fc74f836cdc1b0200a251ce0d39c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?=
+ 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 @@