]> git.99rst.org Git - git.git/commit
graph: stop using `the_repository`
authorPatrick Steinhardt <redacted>
Tue, 17 Dec 2024 06:44:00 +0000 (07:44 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
graph.c
git clone https://git.99rst.org/PROJECT