summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authormatejcik <ja@matejcik.cz>2019-08-06 14:47:12 +0200
committerJesse Duffield <jessedduffield@gmail.com>2019-09-08 11:20:15 +1000
commit4c73c8889f2c6959319b85a43ba4d708deea6403 (patch)
tree7bd29eb8dad724ba96391baf0cc33d3525384b3f /pkg
parent68d5c2bc10a358d75ebbb3bb9d142327be3cbc1a (diff)
move git config options to top-level in default config
Diffstat (limited to 'pkg')
-rw-r--r--pkg/config/app_config.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 4116bf501..aefd86896 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -245,11 +245,11 @@ func GetDefaultConfig() []byte {
- blue
commitLength:
show: true
- git:
- merging:
- manualCommit: false
- skipHookPrefix: 'WIP'
- autoFetch: true
+git:
+ merging:
+ manualCommit: false
+ skipHookPrefix: 'WIP'
+ autoFetch: true
update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for