summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 5b7edc9e4..0ad6a316f 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -103,8 +103,7 @@ type PagingConfig struct {
}
type CommitConfig struct {
- SignOff bool `yaml:"signOff"`
- Verbose string `yaml:"verbose"`
+ SignOff bool `yaml:"signOff"`
}
type MergingConfig struct {
@@ -450,7 +449,6 @@ func GetDefaultConfig() *UserConfig {
},
Commit: CommitConfig{
SignOff: false,
- Verbose: "default",
},
Merging: MergingConfig{
ManualCommit: false,