Skip to content

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

Closed
@itayav

Description

@itayav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions