mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-25 00:46:54 +02:00
Simplify sorting of git tags by using git's functions
This commit is contained in:
committed by
Jesse Duffield
parent
94b52af661
commit
cb78cf7de4
@ -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{
|
||||
|
Reference in New Issue
Block a user