]> git.99rst.org Git - git.git/commit
graph: move config reading into graph_read_config()
authorPablo Sabater <redacted>
Tue, 14 Jul 2026 12:09:37 +0000 (14:09 +0200)
committerJunio C Hamano <redacted>
Tue, 14 Jul 2026 14:32:51 +0000 (07:32 -0700)
commitf3a03302ada79d69cf97e601a0cd766330430ef7
treea5251b79f130ef2026a965c662063f973344bd43
parent233cc403310efbb12be7ecba997f7e378c6cc390
graph: move config reading into graph_read_config()

Move the repo_config_get_string() call out of graph_init() and into
graph_read_config(). This simplifies graph_init() and provides a
function for future graph-related config opt.

This commit is a preparatory commit for a subsequent one.

Signed-off-by: Pablo Sabater <redacted>
Signed-off-by: Junio C Hamano <redacted>
graph.c
git clone https://git.99rst.org/PROJECT