Skip to content

Commit b236941

Browse files
committed
Meta/cook: update boilerplate text in the W-C report
1 parent 78e47bd commit b236941

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

cook

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,34 @@ only in 'seen' (formerly 'pu'---proposed updates) while commits prefixed
292292
with '+' are in 'next'. The ones marked with '.' do not appear in any of
293293
the integration branches, but I am still holding onto them.
294294
295-
You can find the changes described here in the integration branches of the
296-
repositories listed at
297295
298-
http://git-blame.blogspot.com/p/git-public-repositories.html
296+
297+
Copies of the source code to Git live in many repositories, and the
298+
following is a list of the ones I push into. Some repositories have
299+
only a subset of branches.
300+
301+
With maint, master, next, seen, todo:
302+
303+
git://git.kernel.org/pub/scm/git/git.git/
304+
git://repo.or.cz/alt-git.git/
305+
https://kernel.googlesource.com/pub/scm/git/git/
306+
https://github.com/git/git/
307+
308+
With all the integration branches and topics broken out:
309+
310+
https://github.com/gitster/git/
311+
312+
Even though the preformatted documentation in HTML and man format
313+
are not sources, they are published in these repositories for
314+
convenience (replace "htmldocs" with "manpages" for the manual
315+
pages):
316+
317+
git://git.kernel.org/pub/scm/git/git-htmldocs.git/
318+
https://github.com/gitster/git-htmldocs.git/
319+
320+
Release tarballs are available at:
321+
322+
https://www.kernel.org/pub/software/scm/git/
299323
EOF
300324

301325
$text = <<EOF;

0 commit comments

Comments
 (0)