]> Kevux Git Server - rit/commit
graph: stop using `the_repository`
authorPatrick Steinhardt <ps@pks.im>
Tue, 17 Dec 2024 06:44:00 +0000 (07:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Dec 2024 18:44:31 +0000 (10:44 -0800)
commite1335a940748d8e525b3a5e095f352c85644accf
treeaaa5b11d695ff25c3aeca7cd1379133dbc2bc30f
parent1b374ad71f702cd13f7395ccff54d5c4ee604b98
graph: stop using `the_repository`

Stop using `the_repository` in the "graph" subsystem by reusing the
repository we already have available via `struct rev_info`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
graph.c