Skip to content

Commit 3d6d99d

Browse files
committed
Meta/cook: update blurb
1 parent b50b89d commit 3d6d99d

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

cook

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,35 @@ sub blurb_text {
269269
$next_at ||= '0' x 40;
270270
$text ||= <<'EOF';
271271
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/
275301
EOF
276302

277303
$text = <<EOF;

0 commit comments

Comments
 (0)