diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-07-12 00:38:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-12 00:38:50 +0200 |
commit | 5dbbdaac79f5e7b54c6f7d91a814577efcf361fc (patch) | |
tree | b5fddcdbd6032044be0add154fadadae45d94aad /Documentation/Makefile | |
parent | Merge branch 'pb/diff-doc-raw-format' (diff) | |
parent | bitmap-format.txt: add information for trailing checksum (diff) | |
download | git-5dbbdaac79f5e7b54c6f7d91a814577efcf361fc.tar.xz git-5dbbdaac79f5e7b54c6f7d91a814577efcf361fc.zip |
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
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index f2e7fc1daa..4f801f4e4c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -94,6 +94,7 @@ TECH_DOCS += MyFirstContribution 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 |