Replies: 1 comment 2 replies
-
Indeed, the mechanism is meant to be used to obtain additional information, with the default implementation being somewhat limited. This discussion could be used to figure out if the default implementation should be improved, if there should be better docs, or anything else related to improving the situation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Modern versions of git will return progress information. In debugging what goes on here, I found that all of the information was being dropped by _parse_line. For others who run into this, I was able to return branch update information to the user by adding the following:
Beta Was this translation helpful? Give feedback.
All reactions