{{ message }}
Commit f9e7a3d
committed
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.1 parent e129846 commit f9e7a3d
1 file changed
Lines changed: 3 additions & 1 deletion

0 commit comments