mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Revert "Add user config gui.commitAuthorFormat (#3625)"
This reverts commit3af545daf7
, reversing changes made to629b7ba1b8
. We changed our mind about this and want to provide different options for achieving the same thing, but with more flexibility.
This commit is contained in:
parent
5dbdbd8425
commit
7be82d4713
5 changed files with 2 additions and 32 deletions
|
@ -7,11 +7,6 @@ import (
|
|||
)
|
||||
|
||||
func (config *UserConfig) Validate() error {
|
||||
if err := validateEnum("gui.commitAuthorFormat", config.Gui.CommitAuthorFormat,
|
||||
[]string{"auto", "short", "full"}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := validateEnum("gui.statusPanelView", config.Gui.StatusPanelView,
|
||||
[]string{"dashboard", "allBranchesLog"}); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue