summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-11-02 20:05:23 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-11-05 07:58:21 +1100
commitf6ec7babf55c4a43bc8048e8a84970a8de8250b9 (patch)
treeffbfe8d8085feac9c69d1c29a1e44eff8e8ddb3a /docs
parent802cfb1a0436568c72fc998249f10f8150b352a3 (diff)
add some config
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index e62bcb2ea..96200e75d 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -61,6 +61,14 @@ git:
manualCommit: false
# extra args passed to `git merge`, e.g. --no-ff
args: ''
+ log:
+ # one of date-order, reverse, author-date-order, topo-order.
+ # topo-order makes it easier to read the git log graph, but commits may not
+ # appear chronologically. See https://git-scm.com/docs/git-log#_commit_ordering
+ order: 'topo-order'
+ # one of always, never, when-maximised
+ # this determines whether the git graph is rendered in the commits panel
+ showGraph: 'when-maximised'
skipHookPrefix: WIP
autoFetch: true
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --'
@@ -103,7 +111,7 @@ keybinding:
nextBlock: '<right>' # goto the next block / panel
prevBlock-alt: 'h' # goto the previous block / panel
nextBlock-alt: 'l' # goto the next block / panel
- jumpToBlock: ["1", "2", "3", "4", "5"] # goto the Nth block / panel
+ jumpToBlock: ['1', '2', '3', '4', '5'] # goto the Nth block / panel
nextMatch: 'n'
prevMatch: 'N'
optionMenu: 'x' # show help menu