]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bitmap-format.txt: add information for trailing checksum
authorAbhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Thu, 16 Jun 2022 05:03:54 +0000 (05:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jun 2022 18:48:50 +0000 (11:48 -0700)
Bitmap file has a trailing checksum at the end of the file. However
there is no information in the bitmap-format documentation about it.

Add a trailer section to include the trailing checksum info in the
`Documentation/technical/bitmap-format.txt` file.

Signed-off-by: Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/bitmap-format.txt

index d2e3c3b825102014849261521c3feadc9f738a57..a85f58f51539cc0cca5313693e96e50858f731a0 100644 (file)
@@ -138,6 +138,10 @@ in the index.
 
        ** The compressed bitmap itself, see Appendix A.
 
+       * {empty}
+       TRAILER: ::
+               Trailing checksum of the preceding contents.
+
 == Appendix A: Serialization format for an EWAH bitmap
 
 Ewah bitmaps are serialized in the same protocol as the JAVAEWAH