On 2025-09-24 at 07:55:45, Patrick Steinhardt wrote: > diff --git a/Documentation/Makefile b/Documentation/Makefile > index 6fb83d0c6e..e1d38fbfe6 100644 > --- a/Documentation/Makefile > +++ b/Documentation/Makefile > @@ -34,6 +34,7 @@ MAN5_TXT += gitformat-bundle.adoc > MAN5_TXT += gitformat-chunk.adoc > MAN5_TXT += gitformat-commit-graph.adoc > MAN5_TXT += gitformat-index.adoc > +MAN5_TXT += gitformat-loose.adoc > MAN5_TXT += gitformat-pack.adoc > MAN5_TXT += gitformat-signature.adoc > MAN5_TXT += githooks.adoc > diff --git a/Documentation/meson.build b/Documentation/meson.build > index 41f43e0336..64f70ac724 100644 > --- a/Documentation/meson.build > +++ b/Documentation/meson.build > @@ -172,6 +172,7 @@ manpages = { > 'gitformat-chunk.adoc' : 5, > 'gitformat-commit-graph.adoc' : 5, > 'gitformat-index.adoc' : 5, > + 'gitformat-loose.adoc' : 5, > 'gitformat-pack.adoc' : 5, > 'gitformat-signature.adoc' : 5, > 'githooks.adoc' : 5, I've got these already fixed up for v2. -- brian m. carlson (they/them) Toronto, Ontario, CA