From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87797C433DF for ; Wed, 27 May 2020 16:47:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A0AE2151B for ; Wed, 27 May 2020 16:47:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="sOubI6sm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391708AbgE0Qrf (ORCPT ); Wed, 27 May 2020 12:47:35 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:51788 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391655AbgE0Qrd (ORCPT ); Wed, 27 May 2020 12:47:33 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 969F2CA397; Wed, 27 May 2020 12:47:31 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=EBt5bUpJqsID 0RnNEkCLJsx64Iw=; b=sOubI6smGwbgKZQzWgG4VoPVIShNz6T1tNp1L7v5+ex4 qrzeEWoKF4KqWC/NYmobK903OZujBl5JMW1V3gLX1CrBs+2dq81Yp9l4Fu7YXiRI 3H8j+TEBhTgNByUWR03ZYeqnsashTMjeB0n57D+qpaQasmMIoHbytxkSYtmkzf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=W3qYqT i8MFyS3Dct7W5UyDesHF/Zylxan6yTxTzxlZyGrPk9nOSPFLTm7TrmVjj2y9CRmi enwa7HdC8yDsOIc0iWEW67Yr53Ox17Cj3iLEd1uAIDcsNXSqu38b9rbF10PdJY9c vif5+xVGqiM41Kdlp9GALxklKE1z3V0/ea3Zk= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 8E68DCA396; Wed, 27 May 2020 12:47:31 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.231.104.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id D5525CA395; Wed, 27 May 2020 12:47:28 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Pratyush Yadav Cc: git@vger.kernel.org, Linux Kernel , git-packagers@googlegroups.com Subject: Re: [ANNOUNCE] Git v2.27.0-rc2 References: <20200527101820.rprpjhtmkiu7gadg@yadavpratyush.com> Date: Wed, 27 May 2020 09:47:27 -0700 In-Reply-To: <20200527101820.rprpjhtmkiu7gadg@yadavpratyush.com> (Pratyush Yadav's message of "Wed, 27 May 2020 15:48:20 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: C0599648-A039-11EA-9A92-8D86F504CC47-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Pratyush Yadav writes: > On 26/05/20 11:47AM, Junio C Hamano wrote: >> A release candidate Git v2.27.0-rc2 is now available for testing >> at the usual places. It is comprised of 509 non-merge commits >> since v2.26.0, contributed by 59 people, 17 of which are new faces. >>=20 >> Changes since v2.26.0 are as follows: >>=20 >> Ansgar R=C3=B6ber (1): >> Subject: git-gui: fix syntax error because of missing semicolon > > Looks like I messed up somewhere and left the "Subject: " in there. Its= =20 > too late to do anything about it now I guess... Yup, indeed you did ;-) But we all make mistakes and learn from the ones we or others make, so...