summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorRandshot <randshot@norealm.xyz>2020-05-30 23:39:07 +0200
committerRandshot <randshot@norealm.xyz>2020-05-30 23:39:07 +0200
commit65e955c622937ab64b9a7e447afc1180a2a95b9d (patch)
treee9ffc6ec82fce0bc9e32ba6325714e83827bc3c3 /pkg/config
parente73f4c6b7e921194545213b088a87c36b0d559eb (diff)
add overrideGpg switch, which prevents lazygit from spawning a separate process when using GPG
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 9938113d7..f3c5a7690 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -270,6 +270,7 @@ git:
args: ""
skipHookPrefix: 'WIP'
autoFetch: true
+ overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for