summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_commits.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-12-29 11:41:33 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-04 09:07:15 +1100
commit03b946cc8f9e94fe3fd53ac619ace2af2662aac2 (patch)
tree14dff36f8b3874dda80dd606403a83c212084e6b /pkg/commands/loading_commits.go
parent18ab08612687b34ccfccd0b8d12d8d73e38b8857 (diff)
no more config in git command struct
Diffstat (limited to 'pkg/commands/loading_commits.go')
-rw-r--r--pkg/commands/loading_commits.go2
1 files changed, 1 insertions, 1 deletions
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 := ""