diff mbox series

doc: add bundle-format to TECH_DOCS

Message ID 20211013032852.959985-1-tmz@pobox.com (mailing list archive)
State Accepted
Commit 6e4fd8bfcd97d3ad493beb13a818f05597e637ea
Headers show
Series doc: add bundle-format to TECH_DOCS | expand

Commit Message

Todd Zullinger Oct. 13, 2021, 3:28 a.m. UTC
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>
---

Hi,

While building 2.33.1, I noticed the link to technical/bundle-format in
git-bundle(1) was broken.

 Documentation/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Junio C Hamano Oct. 13, 2021, 6:05 p.m. UTC | #1
Todd Zullinger <tmz@pobox.com> writes:

> 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>
> ---
>
> Hi,
>
> While building 2.33.1, I noticed the link to technical/bundle-format in
> git-bundle(1) was broken.
>
>  Documentation/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index f5605b7767..2021568cd5 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

Thanks.
diff mbox series

Patch

diff --git a/Documentation/Makefile b/Documentation/Makefile
index f5605b7767..2021568cd5 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