diff options
author | Derrick Stolee <stolee@gmail.com> | 2018-07-12 15:39:19 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-12 13:55:02 -0700 |
commit | e0d1bcf82590aea8ee007ab087772f1c82f6890b (patch) | |
tree | bd6f79b1b75a63a95c9a433fa32f7f513846cd37 /builtin.h | |
parent | multi-pack-index: add design document (diff) | |
download | tgif-e0d1bcf82590aea8ee007ab087772f1c82f6890b.tar.xz |
multi-pack-index: add format details
The multi-pack-index feature generalizes the existing pack-index
feature by indexing objects across multiple pack-files.
Describe the basic file format, using a 12-byte header followed by
a lookup table for a list of "chunks" which will be described later.
The file ends with a footer containing a checksum using the hash
algorithm.
The header allows later versions to create breaking changes by
advancing the version number. We can also change the hash algorithm
using a different version value.
We will add the individual chunk format information as we introduce
the code that writes that information.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
0 files changed, 0 insertions, 0 deletions