forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commitf9e7a3d
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'. Sincethere is no bit field value for this message, this causes a large amountof error messages to be emitted to stderr.This patch fixes this by adding another bit field value for thismessage, FINDING_SOURCES. Derived classes can look for this op_code andhandle it appropriately.1 parente129846 commitf9e7a3d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
0 commit comments
Comments
(0)