Skip to content
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

Remove forced verbosity when fetching from a remote #1005

Merged
merged 1 commit into from
Apr 11, 2020

Conversation

ngcortes
Copy link
Contributor

@ngcortes ngcortes commented Apr 8, 2020

When fetching repos with many remotes, the verbose flag (ie. v=True) in the body of the git.remote.Remote.fetch method produces a lot of output that isn't necessarily needed.

Adding a "verbose" kwarg to the method signature would make verbosity optional.

@Byron Byron added this to the v3.1.1 - Bugfixes milestone Apr 11, 2020
@Byron Byron merged commit 1fbc230 into gitpython-developers:master Apr 11, 2020
@Byron
Copy link
Member

Byron commented Apr 11, 2020

Thanks a lot! A small change for a big improvement - much appreciated :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants