Meta/cook: update boilerplate text in the W-C report
Junio C Hamano committed
Oct 19, 2020 at 10:17 UTC
b2369410d676271523a34827da523f2e0440ee83
1 file changed
+27
-3
cook
+27
-3
@@ -292,10 +292,34 @@ only in 'seen' (formerly 'pu'---proposed updates) while commits prefixed
292
with '+' are in 'next'. The ones marked with '.' do not appear in any of
293
the integration branches, but I am still holding onto them.
294
295
-You can find the changes described here in the integration branches of the
296
-repositories listed at
295
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/
323
EOF
324
325
$text = <<EOF;