Skip to content

Commit 983555a

Browse files
committed
howto-maintain: mention preformatted docs
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 <[email protected]>
1 parent bb0498b commit 983555a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/howto/maintain-git.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ by doing the following:
181181
$ git diff ORIG_HEAD.. ;# final review
182182
$ make test ;# final review
183183

184+
If the tip of 'master' is updated, also generate the preformatted
185+
documentation and push the out result to git-htmldocs and
186+
git-manpages repositories.
187+
184188
- Handle the remaining patches:
185189

186190
- Anything unobvious that is applicable to 'master' (in other

0 commit comments

Comments
 (0)