Skip to content

Remove forced verbosity when fetching from a remote - #1005

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
ngcortes:master
Apr 11, 2020
Merged

Remove forced verbosity when fetching from a remote#1005
Byron merged 1 commit into
gitpython-developers:masterfrom
ngcortes:master

Conversation

@ngcortes

@ngcortesngcortes commented Apr 8, 2020

Copy link
Copy Markdown
Contributor

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.

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

Copy link
Copy Markdown
Member

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

Sign up for freeto 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.

2 participants

@ngcortes@Byron