diff options
author | 2018-06-27 09:24:34 -0400 | |
---|---|---|
committer | 2018-06-27 10:27:05 -0700 | |
commit | 2bd0365f374558ca053412966b51fe01885ea3b5 (patch) | |
tree | 2772d51cfa1a2524630a6abac73dcfcf9e4eee3b /repository.c | |
parent | commit-graph: verify catches corrupt signature (diff) | |
download | tgif-2bd0365f374558ca053412966b51fe01885ea3b5.tar.xz |
commit-graph: verify required chunks are present
The commit-graph file requires the following three chunks:
* OID Fanout
* OID Lookup
* Commit Data
If any of these are missing, then the 'verify' subcommand should
report a failure. This includes the chunk IDs malformed or the
chunk count is truncated.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'repository.c')
0 files changed, 0 insertions, 0 deletions