From 3d6d99dd2d7488da98937cb6dcceb5b4d9860304 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 26 Oct 2011 17:39:12 -0700 Subject: [PATCH] Meta/cook: update blurb --- cook | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/cook b/cook index 2aebee1303..80c072dcc5 100755 --- a/cook +++ b/cook @@ -269,9 +269,35 @@ sub blurb_text { $next_at ||= '0' x 40; $text ||= <<'EOF'; Here are the topics that have been cooking. Commits prefixed with '-' are -only in 'pu' while commits prefixed with '+' are in 'next'. The ones -marked with '.' do not appear in any of the integration branches, but I am -still holding onto them. +only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. +The ones marked with '.' do not appear in any of the integration branches, +but I am still holding onto them. + +Here are the repositories that have my integration branches: + +With maint, master, next, pu, and todo: + + git://git.kernel.org/pub/scm/git/git.git + git://repo.or.cz/alt-git.git + https://code.google.com/p/git-core/ + https://github.com/git/git + +With only maint and master: + + git://git.sourceforge.jp/gitroot/git-core/git.git + git://git-core.git.sourceforge.net/gitroot/git-core/git-core + +With all the topics and integration branches but not todo, html or man: + + https://github.com/gitster/git + +For convenience, preformatted documentation in html and manpage format +are found in their own separate repositories: + + git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/ + git://repo.or.cz/git-{htmldocs,manpages}.git/ + https://code.google.com/p/git-{htmldocs,manpages}.git/ + https://github.com/gitster/git-{htmldocs,manpages}.git/ EOF $text = <