]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: update blurb
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2011 00:39:12 +0000 (17:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2011 00:39:12 +0000 (17:39 -0700)
cook

diff --git a/cook b/cook
index 2aebee130385f6fc3da5f3275885000d46834499..80c072dcc5c519a4251a59258bd51ef78e402bac 100755 (executable)
--- 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 = <<EOF;