git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Todd Zullinger <tmz@pobox.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Linux Kernel <linux-kernel@vger.kernel.org>,
	git-packagers@googlegroups.com
Subject: Re: [ANNOUNCE] Git v2.30.0-rc2
Date: Wed, 23 Dec 2020 19:22:37 -0500	[thread overview]
Message-ID: <20201224002237.GY748@pobox.com> (raw)
In-Reply-To: <xmqqtusc5djv.fsf@gitster.c.googlers.com>

Hi Junio,

Junio C Hamano wrote:
> Git 2.30 Release Notes (draft)
> ==============================
...
> Performance, Internal Implementation, Development Support etc.
...
>  * Adjust tests so that they won't scream when the default initial
>    branch name is changed to 'main'.
...
>  * Test scripts are being prepared to transition of the default branch
>    name to 'main'.

These redundant entries were added in 7f7ebe054a (Third
batch, 2020-11-02) and e4d83eee92 (Fourth batch,
2020-11-09), respectively.

Assuming they aren't intentional (as a hat-tip to the amount
of the effort involved in the fixes, perhaps? :) )... here's
a patch to drop the first one in favor of the second, with a
minor grammatical adjustment to make it read better.

Of course, if it's less effort to make the change yourself
than apply this trivial patch, don't hesitate to do so.

-- >8 --
Subject: [PATCH] RelNotes/2.30.0: drop redundant mention of branch name test
 fixes

While here, improve the grammar of the remaining entry.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
 Documentation/RelNotes/2.30.0.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Documentation/RelNotes/2.30.0.txt b/Documentation/RelNotes/2.30.0.txt
index a9c930ef93..bfe6520074 100644
--- a/Documentation/RelNotes/2.30.0.txt
+++ b/Documentation/RelNotes/2.30.0.txt
@@ -119,9 +119,6 @@ Performance, Internal Implementation, Development Support etc.
    take a substring of test title, in addition to numbers, to name the
    test pieces to run.
 
- * Adjust tests so that they won't scream when the default initial
-   branch name is changed to 'main'.
-
  * Rewriting "git bisect" in C continues.
 
  * More preliminary tests have been added to document desired outcome
@@ -136,7 +133,7 @@ Performance, Internal Implementation, Development Support etc.
  * The code to detect premature EOF in the sideband demultiplexer has
    been cleaned up.
 
- * Test scripts are being prepared to transition of the default branch
+ * Test scripts are being prepared to transition the default branch
    name to 'main'.
 
  * "git fetch --depth=<n>" over the stateless RPC / smart HTTP

-- 
Todd

  reply	other threads:[~2020-12-24  0:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23 23:05 [ANNOUNCE] Git v2.30.0-rc2 Junio C Hamano
2020-12-24  0:22 ` Todd Zullinger [this message]
2020-12-24  0:48   ` Junio C Hamano
2020-12-24  6:13 ` Christian Couder
2020-12-24  6:28   ` Junio C Hamano
2020-12-24  6:36     ` Junio C Hamano
2020-12-24 14:49       ` Randall S. Becker
2020-12-24 15:16         ` Felipe Contreras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201224002237.GY748@pobox.com \
    --to=tmz@pobox.com \
    --cc=git-packagers@googlegroups.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).