Commit 7248857
commit-graph.c: pass progress to
This is the final step to prepare for consolidating the output of `git
commit-graph verify`. Instead of having each call to
`verify_one_commit_graph()` initialize its own progress struct, have the
caller pass one in instead.
This patch does not alter the output of `git commit-graph verify`, but
the next commit will consolidate the output.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Acked-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>verify_one_commit_graph()
1 parent f5facaa commit 7248857
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2545 | 2545 | | |
2546 | 2546 | | |
2547 | 2547 | | |
2548 | | - | |
| 2548 | + | |
2549 | 2549 | | |
2550 | 2550 | | |
2551 | 2551 | | |
2552 | 2552 | | |
2553 | | - | |
2554 | 2553 | | |
2555 | 2554 | | |
2556 | 2555 | | |
| |||
2601 | 2600 | | |
2602 | 2601 | | |
2603 | 2602 | | |
2604 | | - | |
2605 | | - | |
2606 | | - | |
2607 | | - | |
2608 | 2603 | | |
2609 | 2604 | | |
2610 | 2605 | | |
| |||
2694 | 2689 | | |
2695 | 2690 | | |
2696 | 2691 | | |
2697 | | - | |
2698 | 2692 | | |
2699 | 2693 | | |
2700 | 2694 | | |
| |||
2709 | 2703 | | |
2710 | 2704 | | |
2711 | 2705 | | |
2712 | | - | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
2713 | 2712 | | |
2714 | 2713 | | |
| 2714 | + | |
| 2715 | + | |
2715 | 2716 | | |
2716 | 2717 | | |
2717 | 2718 | | |
| |||
0 commit comments