Closed
Description
I tried to disable pull log messages with "q=True" argument in Remote.pull function (line 662) and the output still printed to stdout.
so, I checked git pull bash command, as you passed in:
self.repo.git.pull(self, refspec, with_stdout=False, as_process=True, v=True, **kwargs)
'-v' flag before '-q'.
"git pull -q -v" and I got the same results.
but if "-q" was last flag - doesn't have any pull log messages ( as I expected).
by the way, why "-v" flag passed constantly to pull function?
thanks
Metadata
Metadata
Assignees
Labels
No labels