Skip to content

Commit 4007cbe

Browse files
Abhra303gitster
authored andcommitted
bitmap-format.txt: add information for trailing checksum
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 91fa4dd commit 4007cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/technical/bitmap-format.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ in the index.
138138

139139
** The compressed bitmap itself, see Appendix A.
140140

141+
* {empty}
142+
TRAILER: ::
143+
Trailing checksum of the preceding contents.
144+
141145
== Appendix A: Serialization format for an EWAH bitmap
142146

143147
Ewah bitmaps are serialized in the same protocol as the JAVAEWAH

0 commit comments

Comments
 (0)