summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-04-30 12:34:05 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-03 13:59:43 +0200
commit373b1970cab78b639bbdb5e5a7c684735f4d95a7 (patch)
tree6424f684f9f53ed24c44a69c66ccbb9fe725686a /docs
parent5b613f5bc78c44351945cbc3ffdf9e5950c04bd8 (diff)
Show divergence from base branch in branches list
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 5662a4d73..7cc602c0b 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -187,6 +187,10 @@ gui:
# If true, show commit hashes alongside branch names in the branches view.
showBranchCommitHash: false
+ # Whether to show the divergence from the base branch in the branches view.
+ # One of: 'none' | 'onlyArrow' | 'arrowAndNumber'
+ showDivergenceFromBaseBranch: none
+
# Height of the command log view
commandLogSize: 8