summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOlivia Bahr <ob.bahr@gmail.com>2024-04-19 14:53:03 -0600
committerStefan Haller <stefan@haller-berlin.de>2024-04-27 11:30:49 +0200
commita4354ccdfb25cac9f4928823dae86336c7571664 (patch)
tree79bda5255ede79f4337a6d63f1dd4a223de66bea /docs
parentaa81e191e2905e6959f1d8e51c8589764ca0c520 (diff)
Add config option for length of commit hash displayed in commits view
- Add config option `commitHashLength` to to pkg/config/user_config.go - Changed the hash display in pkg/gui/presentation/commits.go
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 c6f5cbbf9..077637ae8 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -80,6 +80,7 @@ gui:
showIcons: false # deprecated: use nerdFontsVersion instead
nerdFontsVersion: "" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
showFileIcons: true # for hiding file icons in the file views
+ commitHashLength: 8 # length of commit hash in commits view. 0 shows '*' if NF icons aren't enabled
commandLogSize: 8
splitDiff: 'auto' # one of 'auto' | 'always'
skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor