From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 6F5F21F8C6 for ; Sat, 14 Aug 2021 17:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238683AbhHNRAn (ORCPT ); Sat, 14 Aug 2021 13:00:43 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:50505 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235748AbhHNRAm (ORCPT ); Sat, 14 Aug 2021 13:00:42 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 097B214D4F9; Sat, 14 Aug 2021 13:00:14 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; 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=S2WeRNkUY5yu eN2JH0kMM5se11ZabMId1IET7ltG+8Y=; b=rFMGZIpKZbL/1sCbboTr0UHyO0g4 QvUr8jjP+ygvO0pbqMPuSmoHhotjikec/PzWWJqppgGNYVWtZ0TWB3gLsch4CBnc aPnTYUxDCscAOOK7xFn66m/scQf7K7BBjHNqLGIKmkAf7pMSknWXCvoUFeiMxMu/ vzBTwXAupDyAu0s= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 0254E14D4F6; Sat, 14 Aug 2021 13:00:14 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.3.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id CE6D414D4E7; Sat, 14 Aug 2021 13:00:10 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Martin =?utf-8?Q?=C3=85gren?= Cc: Git Mailing List , Linux Kernel , git-packagers@googlegroups.com Subject: Re: [ANNOUNCE] Git v2.33.0-rc2 References: Date: Sat, 14 Aug 2021 10:00:08 -0700 In-Reply-To: ("Martin =?utf-8?Q?=C3=85gren=22's?= message of "Sat, 14 Aug 2021 10:01:49 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 15EDD0D4-FD21-11EB-885C-D5C30F5B5667-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Martin =C3=85gren writes: > On Thu, 12 Aug 2021 at 01:23, Junio C Hamano wrote: >> >> Git 2.33 Release Notes (draft) >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > > rc1 had a section "Backward compatibility notes" where the recent work > on "git log -m" was mentioned. That was then dropped because of > 6a38e33331 ("Revert 'diff-merges: let "-m" imply "-p"'", 2021-08-05), s= o > there are no backward compatibility notes in rc2. > >> Updates since Git 2.32 >> ---------------------- >> >> UI, Workflows & Features > >> * The "-m" option in "git log -m" that does not specify which format, >> if any, of diff is desired did not have any visible effect; it now >> implies some form of diff (by default "--patch") is produced. > > This is basically the same blurb. It was duplicated in rc1, and one of > the copies remains in rc2. I believe it should be dropped. It indeed is now stale and needs to be adjusted. Thanks for your sharp eyes.