From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 99F781F543 for ; Thu, 22 Jun 2023 10:10:10 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=iotcl.com header.i=@iotcl.com header.a=rsa-sha256 header.s=key1 header.b=L1H6ARmY; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231201AbjFVKKJ (ORCPT ); Thu, 22 Jun 2023 06:10:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230087AbjFVKKI (ORCPT ); Thu, 22 Jun 2023 06:10:08 -0400 X-Greylist: delayed 519 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 22 Jun 2023 03:10:07 PDT Received: from out-59.mta1.migadu.com (out-59.mta1.migadu.com [IPv6:2001:41d0:203:375::3b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26D48D3 for ; Thu, 22 Jun 2023 03:10:07 -0700 (PDT) References: <20230509175347.1714141-1-christian.couder@gmail.com> <20230602102533.876905-1-christian.couder@gmail.com> <20230602102533.876905-11-christian.couder@gmail.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iotcl.com; s=key1; t=1687428087; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ORZvJquR6eOXbXWj1GYrIPCwwdL/K+SArSZnu4E/hIo=; b=L1H6ARmYw/lSEsCiojhK5cym2UCT9c0IGouR01UJp9zjHE9azlZmoAMp5TtEyiypMHHDml qnM/rduEQ6Yh9Ar53xvJIUZYPKqu/1nOpZ80Is27wsgmIaHsBrAzLHnlXo8w42cVr1JSc6 GVAe9fIj2xeNOroy0YcyfUOxVqBAV9E= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Toon Claes To: Christian Couder Cc: git@vger.kernel.org, Junio C Hamano , Patrick Steinhardt , Johannes Schindelin , Elijah Newren , John Cai , Derrick Stolee , Phillip Wood , Felipe Contreras , Calvin Wan , Christian Couder Subject: Re: [PATCH v3 10/15] replay: make it a minimal server side command Date: Thu, 22 Jun 2023 12:01:11 +0200 In-reply-to: <20230602102533.876905-11-christian.couder@gmail.com> Message-ID: <87pm5nstli.fsf@iotcl.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Christian Couder writes: > + decoration = decoration->next; > + } > } > > + /* Cleanup */ Nit: I don't think this comment adds much value. I would argue it's more confusing to have it, because there's a label cleanup: just a few lines down. > merge_finalize(&merge_opt, &result); > + ret = result.clean;