Skip to content

Remote.pull -q flag unsupported with v=True in proc #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
itayav opened this issue May 22, 2016 · 1 comment
Closed

Remote.pull -q flag unsupported with v=True in proc #439

itayav opened this issue May 22, 2016 · 1 comment

Comments

@itayav
Copy link

itayav commented May 22, 2016

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

@Byron
Copy link
Member

Byron commented May 25, 2016

Even though the order of arguments cannot be specified the way you like, I believe the intention is to silence all output. With the implementation of #437 , no output will be visible in the executing terminal anymore.

Please let me know in a comment if the latest version, v2.0.3, did not fix your issue to possibly reopen this one.

@Byron Byron closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants