You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 97 of PullOp has an unhelpful println. The JGit PullResult class does override toString, but its members (FetchResult, MergeResult, and RebaseResult) do not. When PullOp is executed, something similar to:
Line 97 of PullOp has an unhelpful println. The JGit PullResult class does override toString, but its members (FetchResult, MergeResult, and RebaseResult) do not. When PullOp is executed, something similar to:
...is printed to standard out. This is rather annoying when you are trying to use Grgit in a console-based application.
To fix the issue, please delete the println.
The text was updated successfully, but these errors were encountered: