-
-
Notifications
You must be signed in to change notification settings - Fork 933
ability to override with_stdout in remote.pull() #432
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
Comments
After reading this issue I am left with a lot of unknowns, and I am not sure I have understood what the actual problem is. Instead of telling you what I think you mean, would you mind going into more detail to help me understand what you are trying to do, and what you would like to have changed. |
I raise 437 about pull printing to stdout. Did you want to suppress the output? |
Fixed with #437 |
sorry for the late response folks. I wanted to filter some of the output -v provides. |
git pull -v prints a lot of output and using this method prints a lot of changed lines information that I don't need. Exposing with_stdout as a param would help. Thanks!
The text was updated successfully, but these errors were encountered: