fetch progress information is available but dropped · gitpython-developers/GitPython · Discussion #1466
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.
2 replies
As shown by my change, I believe that the lines other than remote: can be useful and necessary... in fact, we wouldn't be able to use this module without the ability to display those lines as they are necessary and critical output to understand the actions taken (or not)
So yes, I firmly believe that this would be much more useful if one could retrieve these lines, hopefully from the API as a String and not by overloading a function.