From 03b946cc8f9e94fe3fd53ac619ace2af2662aac2 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 29 Dec 2021 11:41:33 +1100 Subject: no more config in git command struct --- pkg/commands/loading_commits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/commands/loading_commits.go') diff --git a/pkg/commands/loading_commits.go b/pkg/commands/loading_commits.go index 6f0935054..52955eef3 100644 --- a/pkg/commands/loading_commits.go +++ b/pkg/commands/loading_commits.go @@ -410,7 +410,7 @@ func (c *CommitListBuilder) getLogCmd(opts GetCommitsOptions) oscommands.ICmdObj filterFlag = fmt.Sprintf(" --follow -- %s", c.OSCommand.Quote(opts.FilterPath)) } - config := c.GitCommand.Config.GetUserConfig().Git.Log + config := c.GitCommand.UserConfig.Git.Log orderFlag := "--" + config.Order allFlag := "" -- cgit v1.2.3