summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorRobert Verst <robert@verst.eu>2021-06-01 18:07:46 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-06-05 10:56:46 +1000
commitcb78cf7de4798bf628cf726689d62b18da34a347 (patch)
tree973a1a499171e4e6be23828c731dbc86426b3b94 /pkg/config
parent94b52af661dd8b61c60b5801106025e4a81be7b6 (diff)
Simplify sorting of git tags by using git's functions
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 074dcbc63..cf193011b 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -39,7 +39,6 @@ type GuiConfig struct {
ShowRandomTip bool `yaml:"showRandomTip"`
ShowCommandLog bool `yaml:"showCommandLog"`
CommandLogSize int `yaml:"commandLogSize"`
- SortTagsAscending bool `yaml:"sortTagsAscending"`
}
type ThemeConfig struct {
@@ -308,7 +307,6 @@ func GetDefaultConfig() *UserConfig {
ShowFileTree: false,
ShowRandomTip: true,
CommandLogSize: 8,
- SortTagsAscending: false,
},
Git: GitConfig{
Paging: PagingConfig{