From f704707d291387b2c1d7432c7700fb5398432f18 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 24 Oct 2021 10:43:48 +1100 Subject: stream output from certain git commands in command log panel --- pkg/app/app.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pkg/app') diff --git a/pkg/app/app.go b/pkg/app/app.go index bb7485cca..f24af6e58 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -127,7 +127,13 @@ func NewApp(config config.AppConfigurer, filterPath string) (*App, error) { return app, err } - app.GitCommand, err = commands.NewGitCommand(app.Log, app.OSCommand, app.Tr, app.Config, git_config.NewStdCachedGitConfig(app.Log)) + app.GitCommand, err = commands.NewGitCommand( + app.Log, + app.OSCommand, + app.Tr, + app.Config, + git_config.NewStdCachedGitConfig(app.Log), + ) if err != nil { return app, err } -- cgit v1.2.3