diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-08-14 16:03:26 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-08-14 16:04:18 -0700 |
| commit | 983555a1f262b6a5819cdd235c1f3f9788bb147d (patch) | |
| tree | d959d33226db809d488db17bfc81fdd8c562da40 | |
| parent | howto-maintain: update daily tasks (diff) | |
| download | git-983555a1f262b6a5819cdd235c1f3f9788bb147d.tar.gz git-983555a1f262b6a5819cdd235c1f3f9788bb147d.zip | |
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 <gitster@pobox.com>
| -rw-r--r-- | Documentation/howto/maintain-git.txt | 4 |
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 |
