mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 16:22:24 +03:00
Don't log the GetDiff command
This is used for internal purposes and shouldn't pollute the command log.
This commit is contained in:
@@ -55,7 +55,7 @@ func (self *DiffCommands) GetDiff(staged bool, additionalArgs ...string) (string
|
|||||||
Dir(self.repoPaths.worktreePath).
|
Dir(self.repoPaths.worktreePath).
|
||||||
Arg(additionalArgs...).
|
Arg(additionalArgs...).
|
||||||
ToArgv(),
|
ToArgv(),
|
||||||
).RunWithOutput()
|
).DontLog().RunWithOutput()
|
||||||
}
|
}
|
||||||
|
|
||||||
type DiffToolCmdOptions struct {
|
type DiffToolCmdOptions struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user