summaryrefslogtreecommitdiffstats
path: root/Documentation/howto
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-21 21:02:25 +0200
committerJunio C Hamano <gitster@pobox.com>2024-08-21 21:02:25 +0200
commit74f94f27a9db7e82f95f0ff3aa8e777d5260b7cf (patch)
treebb4a3a1e96220e6530baa98881b3a93e45961ca6 /Documentation/howto
parentMerge branch 'jk/apply-patch-mode-check-fix' (diff)
parenthowto-maintain: mention preformatted docs (diff)
downloadgit-74f94f27a9db7e82f95f0ff3aa8e777d5260b7cf.tar.xz
git-74f94f27a9db7e82f95f0ff3aa8e777d5260b7cf.zip
Merge branch 'jc/how-to-maintain-updates'
Doc updates. * jc/how-to-maintain-updates: howto-maintain: mention preformatted docs
Diffstat (limited to 'Documentation/howto')
-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