]> git.99rst.org Git - git.git/commit
commit-graph: drop verify_commit_graph_lite()
authorJeff King <redacted>
Thu, 9 Nov 2023 07:25:24 +0000 (02:25 -0500)
committerJunio C Hamano <redacted>
Thu, 9 Nov 2023 10:07:54 +0000 (19:07 +0900)
commitf4e4756c545359fed7786b11d22f84db61babe21
tree8a20eaf99b356f85788f862b0128d0ab192badf2
parent06fb135f8eddc64071a719fe309c771883c07775
commit-graph: drop verify_commit_graph_lite()

As we've moved all of the checks from this function directly into the
chunk-reading code used by the caller (and there is only one caller), we
can just drop it entirely.

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