commit-graph: write Bloom filters to commit graph file
authorGarima Singh <garima.singh@microsoft.com>
Mon, 6 Apr 2020 16:59:49 +0000 (16:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2020 18:08:37 +0000 (11:08 -0700)
commit76ffbca71a9c89d1e530f734e16a70b3924f4bea
treed4966eaae9518156f807e96d030819ff7b60d08e
parent3d11275505694ce4e5256516de1c5dd90e749303
commit-graph: write Bloom filters to commit graph file

Update the technical documentation for commit-graph-format with
the formats for the Bloom filter index (BIDX) and Bloom filter
data (BDAT) chunks. Write the computed Bloom filters information
to the commit graph file using this format.

Helped-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Garima Singh <garima.singh@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/commit-graph-format.txt
commit-graph.c
commit-graph.h