* [PATCH] howto-maintain: mention preformatted docs
@ 2024-08-14 23:03 Junio C Hamano
0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2024-08-14 23:03 UTC (permalink / raw)
To: git
Forgot to mention that the preformatted documentation repositories
are updated every time the master branch of the project advances.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
Documentation/howto/maintain-git.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/howto/maintain-git.txt b/Documentation/howto/maintain-git.txt
index 41f54050f8..da31332f11 100644
--- a/Documentation/howto/maintain-git.txt
+++ b/Documentation/howto/maintain-git.txt
@@ -181,6 +181,10 @@ by doing the following:
$ git diff ORIG_HEAD.. ;# final review
$ make test ;# final review
+ If the tip of 'master' is updated, also generate the preformatted
+ documentation and push the out result to git-htmldocs and
+ git-manpages repositories.
+
- Handle the remaining patches:
- Anything unobvious that is applicable to 'master' (in other
--
2.46.0-344-g6a33a8350c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-14 23:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 23:03 [PATCH] howto-maintain: mention preformatted docs Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).