summaryrefslogtreecommitdiff
path: root/Documentation/technical/pack-format.txt
diff options
context:
space:
mode:
authorDerrick Stolee <stolee@gmail.com>2018-07-12 19:39:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-20 18:27:28 (GMT)
commit0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa (patch)
tree0db83867d4bf65840e8bba0151f38a172ec0eb3f /Documentation/technical/pack-format.txt
parentfe1ed56f5e482507b54a4fb491273f122c5fd9ea (diff)
downloadgit-0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa.zip
git-0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa.tar.gz
git-0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa.tar.bz2
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/pack-format.txt')
-rw-r--r--Documentation/technical/pack-format.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/pack-format.txt b/Documentation/technical/pack-format.txt
index 6c5a774..78ee048 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: