]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: add bundle-format to TECH_DOCS
authorTodd Zullinger <tmz@pobox.com>
Wed, 13 Oct 2021 03:28:52 +0000 (23:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 18:05:04 +0000 (11:05 -0700)
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 <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile

index 2aae4c9cbb3503fa7e69a7dc0a774d7d15f92178..360d01b6bd35c668d1e690254ea50b00439a3cd3 100644 (file)
@@ -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