summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorRandshot <randshot@norealm.xyz>2020-07-12 11:47:35 +0200
committerRandshot <randshot@norealm.xyz>2020-07-12 11:47:35 +0200
commit570d27ffaa1282e95748a83de08984baa30707e1 (patch)
tree09fe7b8e01bf02f12ede650e40afd77df67a95b9 /pkg/config
parent65e955c622937ab64b9a7e447afc1180a2a95b9d (diff)
parent7b69aa1fdaa7b1719cee8d9a07df11940c5c6cd0 (diff)
Merge branch 'master' into add-overrideGpg-switch
Signed-off-by: Randshot <randshot@norealm.xyz>
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index f3c5a7690..0d1bad23d 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -270,6 +270,7 @@ git:
args: ""
skipHookPrefix: 'WIP'
autoFetch: true
+ branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
update:
method: prompt # can be: prompt | background | never