From cabc6ebc59f5fc74f836cdc1b0200a251ce0d39c 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:38:26 +0000 Subject: [PATCH] add info about Git merge view strategy --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 847b99b..3b0b544 100644 --- a/index.html +++ b/index.html @@ -236,6 +236,16 @@

+
  • + Git merge view strategy +

    + 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" +
    +
  • Color themes

    You can change to the legacy color scheme by toggling the variable _MENU_THEME between default and legacy @@ -313,4 +323,4 @@ - \ No newline at end of file +