diff options
author | Derrick Stolee <stolee@gmail.com> | 2018-07-12 15:39:30 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-20 11:27:28 -0700 |
commit | 0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa (patch) | |
tree | 0db83867d4bf65840e8bba0151f38a172ec0eb3f /Documentation/technical | |
parent | fe1ed56f5e482507b54a4fb491273f122c5fd9ea (diff) | |
download | git-0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa.tar.gz |
midx: write object ids in a chunk
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/pack-format.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/pack-format.txt b/Documentation/technical/pack-format.txt index 6c5a77475f..78ee0489c6 100644 --- a/Documentation/technical/pack-format.txt +++ b/Documentation/technical/pack-format.txt @@ -302,6 +302,10 @@ CHUNK DATA: name. This is the only chunk not guaranteed to be a multiple of four bytes in length, so should be the last chunk for alignment reasons. + OID Lookup (ID: {'O', 'I', 'D', 'L'}) + The OIDs for all objects in the MIDX are stored in lexicographic + order in this chunk. + (This section intentionally left incomplete.) TRAILER: |