Commit 2d938fc
bisect: check ancestors without forking a "git rev-list" process
We must save the pending commits that will be used during revision
walking and unparse them after, because we want to leave a clean
state for the next revision walking that will try to find the best
bisection point.
As we don't fork a process anymore to call "git rev-list", we need
to remove the use of GIT_TRACE to check how "git rev-list" is
called from the t6030 test that uses it.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 836a3fd commit 2d938fc
2 files changed
Lines changed: 23 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
| 753 | + | |
758 | 754 | | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
764 | 758 | | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
| 759 | + | |
770 | 760 | | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
784 | 775 | | |
785 | | - | |
786 | | - | |
787 | 776 | | |
788 | | - | |
| 777 | + | |
789 | 778 | | |
790 | 779 | | |
791 | 780 | | |
| |||
813 | 802 | | |
814 | 803 | | |
815 | 804 | | |
816 | | - | |
| 805 | + | |
| 806 | + | |
817 | 807 | | |
818 | 808 | | |
819 | 809 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | 485 | | |
490 | | - | |
491 | | - | |
492 | 486 | | |
493 | 487 | | |
494 | 488 | | |
495 | | - | |
496 | 489 | | |
497 | 490 | | |
498 | 491 | | |
499 | | - | |
500 | 492 | | |
501 | | - | |
502 | 493 | | |
503 | 494 | | |
504 | | - | |
505 | | - | |
506 | | - | |
| 495 | + | |
507 | 496 | | |
508 | 497 | | |
509 | 498 | | |
| |||
0 commit comments