aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-12 11:02:17 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-12 11:02:17 -0700
commit9e2cb073ec4a32417953df5b48fb698d0cb3979c (patch)
tree20b49822c0cb2fae40d15bbc99f1d479421d55ba
parentb4e826a7203a6cc1152d84df818f79456eaba457 (diff)
parent983555a1f262b6a5819cdd235c1f3f9788bb147d (diff)
downloadgit-9e2cb073ec4a32417953df5b48fb698d0cb3979c.tar.gz
Merge branch 'jc/how-to-maintain-updates' into maint-2.46
Doc updates. * jc/how-to-maintain-updates: howto-maintain: mention preformatted docs
-rw-r--r--Documentation/howto/maintain-git.txt4
1 files changed, 4 insertions, 0 deletions
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