]> Kevux Git Server - rit/commit
commit-graph: use commit_stack
authorRené Scharfe <l.s.r@web.de>
Wed, 24 Dec 2025 17:03:26 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Dec 2025 23:29:29 +0000 (08:29 +0900)
commit3e456f1d8ac409abcf1da3867c9505f48564e874
treeb324545311f971fff0fc647bfc56004fb5eb1797
parent958a816794b9382fe90585b674ee8b96ed6aa8bf
commit-graph: use commit_stack

Replace a commit array implementation with commit_stack.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c