]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/commit-graph-format.txt
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / Documentation / technical / commit-graph-format.txt
index 1f86031333fd5d50c60af6356a66d672ecda4442..b3b58880b926a14036bd2e05c4823ba19b9e7b37 100644 (file)
@@ -125,7 +125,7 @@ CHUNK DATA:
     * The rest of the chunk is the concatenation of all the computed Bloom
       filters for the commits in lexicographic order.
     * Note: Commits with no changes or more than 512 changes have Bloom filters
-      of length zero.
+      of length one, with either all bits set to zero or one respectively.
     * The BDAT chunk is present if and only if BIDX is present.
 
   Base Graphs List (ID: {'B', 'A', 'S', 'E'}) [Optional]