]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper/test-read-graph.c: extract `dump_graph_info()`
authorTaylor Blau <me@ttaylorr.com>
Tue, 25 Jun 2024 17:39:37 +0000 (13:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2024 20:52:05 +0000 (13:52 -0700)
commit460b15699dcadae5a642fbf67276cbeb85ea035c
treef3ca5fa7a5ad32d4476dfae8fd318c8d4dd25c10
parent23e91c0ca3f1f700884812990bbfa48d09039b77
t/helper/test-read-graph.c: extract `dump_graph_info()`

Prepare for the 'read-graph' test helper to perform other tasks besides
dumping high-level information about the commit-graph by extracting its
main routine into a separate function.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-read-graph.c