Re: [PATCH 6/6] commit-graph: test verifying a corrupt v2 header

2019-01-23 Thread Jonathan Tan
> From: Derrick Stolee > > The commit-graph file format v2 changes the v1 data only in the > header information. Add tests that check the 'verify' subcommand > catches corruption in the v2 header. Ah, I should have read this patch before I wrote [1]. I think the commit message of that patch shou

[PATCH 6/6] commit-graph: test verifying a corrupt v2 header

2019-01-23 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The commit-graph file format v2 changes the v1 data only in the header information. Add tests that check the 'verify' subcommand catches corruption in the v2 header. Signed-off-by: Derrick Stolee --- t/t5318-commit-graph.sh | 31 +++ 1 file chan