diff --git a/pkg/commands/git_commands/diff.go b/pkg/commands/git_commands/diff.go index 4feeb4d7f..3074e653a 100644 --- a/pkg/commands/git_commands/diff.go +++ b/pkg/commands/git_commands/diff.go @@ -55,7 +55,7 @@ func (self *DiffCommands) GetDiff(staged bool, additionalArgs ...string) (string Dir(self.repoPaths.worktreePath). Arg(additionalArgs...). ToArgv(), - ).RunWithOutput() + ).DontLog().RunWithOutput() } type DiffToolCmdOptions struct {