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=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 AB7821F953 for ; Thu, 30 Dec 2021 23:56:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242354AbhL3X4t (ORCPT ); Thu, 30 Dec 2021 18:56:49 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:59731 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240910AbhL3X4r (ORCPT ); Thu, 30 Dec 2021 18:56:47 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 7EC01181687; Thu, 30 Dec 2021 18:56:47 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=sasl; bh=JEP9wMQ4X5YLYwG+Jgs2ILvEHIqKBcY9+hJH/2wYqNk=; b=aOEL 1IkWGyy24LHhPO8PV76ZQm189JfkvFdfBL31hrC1V5ncZlCibN91bo4YYkDFXHBI vOKZtghPX8Ir2VDLDNrOmIFsfpNqO5vcx87bKG/OPQGjom7VyOyzynNP6hKTPc0T LsWdjdvMxy5nX9BCpzpys6ECCMeqyZFhxPMv+pE= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 77A3C181686; Thu, 30 Dec 2021 18:56:47 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (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 CD81D181682; Thu, 30 Dec 2021 18:56:43 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Elijah Newren Cc: Git Mailing List Subject: Re: What's cooking in git.git (Dec 2021, #06; Mon, 27) References: Date: Thu, 30 Dec 2021 15:56:42 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 23EC4E32-69CC-11EC-A197-C85A9F429DF0-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Elijah Newren writes: > On Tue, Dec 28, 2021 at 3:27 AM Junio C Hamano wrote: >> >> * ds/sparse-checkout-malformed-pattern-fix (2021-12-25) 4 commits >> (merged to 'next' on 2021-12-27 at c410caf527) >> + fixup! sparse-checkout: fix OOM error with mixed patterns >> + sparse-checkout: refuse to add to bad patterns >> + sparse-checkout: fix OOM error with mixed patterns >> + sparse-checkout: fix segfault on malformed patterns >> >> Certain sparse-checkout patterns that are valid in non-cone mode >> led to segfault in cone mode, which has been corrected. >> >> Will merge to 'master'. >> source: > > Eek, this was merged with the "fixup!" commit to next. I think that > was a mistake...but what's the plan now? Merge to master as-is...or > revert from next, then squash, then re-merge? If the fixup turns out to be unnecessary (which I suspect may become the case), we can just revert it at the tip the topic branch.