summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYuki Osaki <yuki.osaki7@gmail.com>2020-11-27 16:07:14 +0900
committerJesse Duffield <jessedduffield@gmail.com>2020-11-28 19:19:47 +1100
commit4928d1d490becaac9464ac1d6217ab60382791cc (patch)
tree4a14a398b633d046bd8e5570efab638093078e3b /docs
parent9c52eb9d6f2d2eadd30852bba49b148e785b06d3 (diff)
Visualize the commits for all branches
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 c3aa2417e..3d3d5cfb1 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -48,6 +48,7 @@ Default path for the config file:
skipHookPrefix: WIP
autoFetch: true
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"
+ allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
disableForcePushing: false
update: