summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-05-02 09:36:03 +0200
committerJesse Duffield <jessedduffield@gmail.com>2023-05-02 18:58:54 +1000
commitfba1a2b5aceba3098ad9ffb4cacc19073de0e910 (patch)
tree4a392f72b94cff2512fab7bd62bccc45bf928a4b /docs
parentc6c4346d4886dbfcfe3a164170f99936734febd8 (diff)
Add config gui.experimentalShowBranchHeads
People find the new (*) display for branch heads in the commits list confusing, so make it opt-in for now.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 837230367..34e89c130 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -57,6 +57,7 @@ gui:
showFileTree: true # for rendering changes files in a tree format
showListFooter: true # for seeing the '5 of 20' message in list panels
showRandomTip: true
+ experimentalShowBranchHeads: false # visualize branch heads with (*) in commits list
showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you)
showCommandLog: true
showIcons: false