From 276d31029f66a4ad7b8e70bf264ab85a4e101d42 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 9 Sep 2022 15:12:29 -0700 Subject: [PATCH] Meta/cook: order the source URLs stably --- cook | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/cook b/cook index 82f5bcf818..b1ce298f9d 100755 --- a/cook +++ b/cook @@ -158,7 +158,7 @@ sub get_source { map { " source: <$_>"; } - (keys %source); + (sort keys %source); } sub reduce_sources { @@ -381,15 +381,10 @@ sub blurb_text { $text ||= <<'EOF'; Here are the topics that have been cooking in my tree. Commits prefixed with '+' are in 'next' (being in 'next' is a sign that a -topic is stable enough to be used and are candidate to be in a -future release). Commits prefixed with '-' are only in 'seen', -which means nothing more than that I have found them of interest for -some reason (like "it may have hard-to-resolve conflicts with -another topic already in flight" or "this may turn out to be -useful"). Do not read too much into a topic being in (or not in) -'seen'. The ones marked with '.' do not appear in any of the -integration branches, but I am still holding onto them. - +topic is stable enough to be used and are candidate to be in a future +release). Commits prefixed with '-' are only in 'seen', and aren't +considered "accepted" at all. A topic without enough support may be +discarded after a long period of no activity. Copies of the source code to Git live in many repositories, and the following is a list of the ones I push into or their mirrors. Some -- 2.47.3