Meta/cook: update blurb

Junio C Hamano committed Oct 26, 2011 at 17:39 UTC 3d6d99dd2d7488da98937cb6dcceb5b4d9860304
1 file changed +29 -3
cook
+29 -3
@@ -269,9 +269,35 @@ sub blurb_text {
269 $next_at ||= '0' x 40;
270 $text ||= <<'EOF';
271 Here are the topics that have been cooking. Commits prefixed with '-' are
272 -only in 'pu' while commits prefixed with '+' are in 'next'. The ones
273 -marked with '.' do not appear in any of the integration branches, but I am
274 -still holding onto them.
272 +only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'.
273 +The ones marked with '.' do not appear in any of the integration branches,
274 +but I am still holding onto them.
275 +
276 +Here are the repositories that have my integration branches:
277 +
278 +With maint, master, next, pu, and todo:
279 +
280 + git://git.kernel.org/pub/scm/git/git.git
281 + git://repo.or.cz/alt-git.git
282 + https://code.google.com/p/git-core/
283 + https://github.com/git/git
284 +
285 +With only maint and master:
286 +
287 + git://git.sourceforge.jp/gitroot/git-core/git.git
288 + git://git-core.git.sourceforge.net/gitroot/git-core/git-core
289 +
290 +With all the topics and integration branches but not todo, html or man:
291 +
292 + https://github.com/gitster/git
293 +
294 +For convenience, preformatted documentation in html and manpage format
295 +are found in their own separate repositories:
296 +
297 + git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
298 + git://repo.or.cz/git-{htmldocs,manpages}.git/
299 + https://code.google.com/p/git-{htmldocs,manpages}.git/
300 + https://github.com/gitster/git-{htmldocs,manpages}.git/
301 EOF
302
303 $text = <<EOF;