There are some issues in the bitmap-format html page. For example, some nested lists are shown as top-level lists (e.g. [1]- Here BITMAP_OPT_FULL_DAG (0x1) and BITMAP_OPT_HASH_CACHE (0x4) are shown as top-level list). The first commit fix those. The second commit is about including the info of trailing checksum in the bitmap-format documentation. [1] https://git-scm.com/docs/bitmap-format#_on_disk_format Abhradeep Chakraborty (2): bitmap-format.txt: fix some formatting issues bitmap-format.txt: add information for trailing checksum Documentation/technical/bitmap-format.txt | 100 +++++++++++----------- 1 file changed, 49 insertions(+), 51 deletions(-) base-commit: 2668e3608e47494f2f10ef2b6e69f08a84816bcb Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1246%2FAbhra303%2Ffix-doc-formatting-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1246/Abhra303/fix-doc-formatting-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1246 -- gitgitgadget