commit-graph: test for corrupted octopus edge
commit437787ae1b05ddf1d4f16e92d07573d7c320a3a4
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 27 Jun 2018 13:24:41 +0000 (27 09:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2018 17:29:10 +0000 (27 10:29 -0700)
treed4eee0342773cbefb2afb2ae83758fa6896befdc
parent88968ebf86d9b4524b17f6684dd8c67f0c6df652
commit-graph: test for corrupted octopus edge

The commit-graph file has an extra chunk to store the parent int-ids for
parents beyond the first parent for octopus merges. Our test repo has a
single octopus merge that we can manipulate to demonstrate the 'verify'
subcommand detects incorrect values in that chunk.

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