From: Junio C Hamano Date: Wed, 27 Jul 2022 20:00:31 +0000 (-0700) Subject: Merge branch 'ac/bitmap-format-doc' into maint X-Git-Tag: v2.37.2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f6b482d245ad8eb0fe3dccada91ee89aa17bf39;p=thirdparty%2Fgit.git Merge branch 'ac/bitmap-format-doc' into maint Adjust technical/bitmap-format to be formatted by AsciiDoc, and add some missing information to the documentation. source: * 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 --- 8f6b482d245ad8eb0fe3dccada91ee89aa17bf39 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