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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF220C433F5 for ; Mon, 27 Sep 2021 19:47:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4C1A60F94 for ; Mon, 27 Sep 2021 19:47:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235815AbhI0Tt3 (ORCPT ); Mon, 27 Sep 2021 15:49:29 -0400 Received: from cloud.peff.net ([104.130.231.41]:55618 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235732AbhI0Tt2 (ORCPT ); Mon, 27 Sep 2021 15:49:28 -0400 Received: (qmail 7263 invoked by uid 109); 27 Sep 2021 19:47:49 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Mon, 27 Sep 2021 19:47:49 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 18864 invoked by uid 111); 27 Sep 2021 19:47:49 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Mon, 27 Sep 2021 15:47:49 -0400 Authentication-Results: peff.net; auth=none Date: Mon, 27 Sep 2021 15:47:48 -0400 From: Jeff King To: Andrzej Hunt via GitGitGadget Cc: git@vger.kernel.org, Taylor Blau , "brian m . carlson" , Eric Sunshine , Andrzej Hunt Subject: Re: [PATCH v2] connect: also update offset for features without values Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Sun, Sep 26, 2021 at 03:58:33PM +0000, Andrzej Hunt via GitGitGadget wrote: > connect: also update offset for features without values > > V2 incorporates Peff's test and test stability improvements, and > attempts to improve the commit message. Thanks, this looks great to me. -Peff