Commit fe2fbc5
committed
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.
This simplification should improve performance and remove issues like those
in gitpython-developers#232.
NOTE: Debug code is still contained here1 parent 3480201 commit fe2fbc5Copy full SHA for fe2fbc5
2 files changed
+10-4Lines changed: 10 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- git
- test
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
525 | 525 | |
526 | 526 | |
527 | 527 | |
528 | | - |
529 | | - |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
530 | 532 | |
531 | 533 | |
532 | 534 | |
| ||
541 | 543 | |
542 | 544 | |
543 | 545 | |
544 | | - |
| 546 | + |
545 | 547 | |
546 | 548 | |
547 | 549 | |
548 | 550 | |
549 | | - |
| 551 | + |
| 552 | + |
550 | 553 | |
551 | 554 | |
552 | 555 | |
| ||
615 | 618 | |
616 | 619 | |
617 | 620 | |
| 621 | + |
618 | 622 | |
619 | 623 | |
620 | 624 | |
| ||
630 | 634 | |
631 | 635 | |
632 | 636 | |
| 637 | + |
633 | 638 | |
634 | 639 | |
635 | 640 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
348 | 348 | |
349 | 349 | |
350 | 350 | |
| 351 | + |
351 | 352 | |
352 | 353 | |
353 | 354 | |
|
0 commit comments