From: Junio C Hamano Date: Mon, 11 Jul 2022 22:38:50 +0000 (-0700) Subject: Merge branch 'ac/bitmap-format-doc' X-Git-Tag: v2.38.0-rc0~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dbbdaac79f5e7b54c6f7d91a814577efcf361fc;p=thirdparty%2Fgit.git Merge branch 'ac/bitmap-format-doc' Adjust technical/bitmap-format to be formatted by AsciiDoc, and add some missing information to the documentation. * ac/bitmap-format-doc: bitmap-format.txt: add information for trailing checksum bitmap-format.txt: fix some formatting issues bitmap-format.txt: feed the file to asciidoc to generate html --- 5dbbdaac79f5e7b54c6f7d91a814577efcf361fc diff --cc Documentation/Makefile index f2e7fc1daa,8d405a1433..4f801f4e4c --- a/Documentation/Makefile +++ b/Documentation/Makefile @@@ -94,8 -94,8 +94,9 @@@ TECH_DOCS += MyFirstContributio TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches TECH_DOCS += ToolsForGit + TECH_DOCS += technical/bitmap-format TECH_DOCS += technical/bundle-format +TECH_DOCS += technical/cruft-packs TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format