File tree Expand file tree Collapse file tree 2 files changed +315
-196
lines changed
Expand file tree Collapse file tree 2 files changed +315
-196
lines changed Original file line number Diff line number Diff line change @@ -287,11 +287,17 @@ sub blurb_text {
287287 $master_at ||= ' 0' x 40 ;
288288 $next_at ||= ' 0' x 40 ;
289289 $text ||= <<'EOF' ;
290- Here are the topics that have been cooking. Commits prefixed with '-' are
291- only in 'seen' (formerly 'pu'---proposed updates) while commits prefixed
292- with '+' are in 'next'. The ones marked with '.' do not appear in any of
293- the integration branches, but I am still holding onto them.
294-
290+ Here are the topics that have been cooking in my tree. Commits
291+ prefixed with '-' are only in 'seen' while commits prefixed with '+'
292+ are in 'next'. The ones marked with '.' do not appear in any of the
293+ integration branches, but I am still holding onto them. Generally,
294+ being in 'next' is a sign that a topic is stable enough to be used
295+ and are candidate to be in a future release, while being in 'seen'
296+ means nothing more than that the maintainer has found it interesting
297+ for some reason (like "it may have hard-to-resolve conflicts with
298+ another topic already in flight" or "this may turn out to be
299+ useful")---do not read too much into a topic being in (or not in)
300+ 'seen'.
295301
296302
297303Copies of the source code to Git live in many repositories, and the
You can’t perform that action at this time.
0 commit comments