commit-graph: verify objects exist
commit96af91d410c70ab750a9a1ecdf858c9ec46be767
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 27 Jun 2018 13:24:36 +0000 (27 09:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2018 17:27:05 +0000 (27 10:27 -0700)
treecd0d76aa65fbd90cfea6811dd6da5122c00146a8
parent9bda84678950c95e4d81cad60e5210c001fbe119
commit-graph: verify objects exist

In the 'verify' subcommand, load commits directly from the object
database to ensure they exist. Parse by skipping the commit-graph.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c
t/t5318-commit-graph.sh