diff options
author | Matt Jordan <mjordan@digium.com> | 2015-04-15 12:42:41 -0500 |
---|---|---|
committer | Matt Jordan <mjordan@digium.com> | 2015-04-15 12:42:41 -0500 |
commit | f9e7a3d93da741f81a5af2e84422376c54f1f337 (patch) | |
tree | 63a203e6f102a571cb4a76eff3da0f1a27521691 /git/objects/commit.py | |
parent | e129846a1a5344c8d7c0abe5ec52136c3a581cce (diff) | |
download | gitpython-f9e7a3d93da741f81a5af2e84422376c54f1f337.tar.gz |
fix(util): Handle 'Finding sources' messages in RemoteProgress
When running a long running operation (such as a clone on a large repo),
Git may return a message indicating that it is 'Finding sources'. Since
there is no bit field value for this message, this causes a large amount
of error messages to be emitted to stderr.
This patch fixes this by adding another bit field value for this
message, FINDING_SOURCES. Derived classes can look for this op_code and
handle it appropriately.
Diffstat (limited to 'git/objects/commit.py')
0 files changed, 0 insertions, 0 deletions