From: Todd Zullinger Date: Wed, 13 Oct 2021 03:28:52 +0000 (-0400) Subject: doc: add bundle-format to TECH_DOCS X-Git-Tag: v2.34.0-rc0~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e4fd8bfcd97d3ad493beb13a818f05597e637ea;p=thirdparty%2Fgit.git doc: add bundle-format to TECH_DOCS A link to the bundle-format was added in 5c8273d57c (bundle doc: rewrite the "DESCRIPTION" section, 2021-07-31). Ensure `technical/bundle-format.html` is created to avoid a broken link in `git-bundle.html`. Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 2aae4c9cbb..360d01b6bd 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -90,6 +90,7 @@ SP_ARTICLES += $(API_DOCS) TECH_DOCS += MyFirstContribution TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches +TECH_DOCS += technical/bundle-format TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format