From: Junio C Hamano Date: Thu, 27 Oct 2011 00:39:12 +0000 (-0700) Subject: Meta/cook: update blurb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6d99dd2d7488da98937cb6dcceb5b4d9860304;p=thirdparty%2Fgit.git Meta/cook: update blurb --- 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 = <