mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
Hack: log commands with pids to /tmp/git.log
This commit is contained in:
@@ -71,7 +71,7 @@ func (self *MainBranches) GetMergeBase(refName string) string {
|
||||
output, _ := self.cmd.New(
|
||||
NewGitCmd("merge-base").Arg(refName).Arg(mainBranches...).
|
||||
ToArgv(),
|
||||
).DontLog().RunWithOutput()
|
||||
).DontLog().SuppressLogHack().RunWithOutput()
|
||||
return ignoringWarnings(output)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user