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 B2BC11F543 for ; Thu, 22 Jun 2023 10:10:32 +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=s9cgicUy; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231209AbjFVKKb (ORCPT ); Thu, 22 Jun 2023 06:10:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230087AbjFVKKa (ORCPT ); Thu, 22 Jun 2023 06:10:30 -0400 X-Greylist: delayed 406 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 22 Jun 2023 03:10:28 PDT Received: from out-57.mta0.migadu.com (out-57.mta0.migadu.com [91.218.175.57]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5BEEE9 for ; Thu, 22 Jun 2023 03:10:28 -0700 (PDT) References: <20230509175347.1714141-1-christian.couder@gmail.com> <20230602102533.876905-1-christian.couder@gmail.com> <20230602102533.876905-12-christian.couder@gmail.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iotcl.com; s=key1; t=1687428220; 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=G6AiRSNwxWp9v7vpfNk8RmBFhgrxPnWU47N93eu8d+E=; b=s9cgicUycjNkrX97bQQ1FDXweeRoWHOvx0U0Er9X/W22lGzvQnT57zhsGAvoyN59RsAFtT W0xQ/nahAkLmRGgwyAy7Ujl5+DI0aq42RLufyi1sXmxLYW2E6iCFVUWo7TOXtC7qctdCNt makZd3aNTga15dcEoNxEl4LiOvPxOSI= 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 11/15] replay: use standard revision ranges Date: Thu, 22 Jun 2023 12:03:03 +0200 In-reply-to: <20230602102533.876905-12-christian.couder@gmail.com> Message-ID: <87legbsths.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: > +DESCRIPTION > +----------- > + > +Takes a range of commits, and replays them onto a new location. Does > +not touch the working tree or index, and does not update any > +references. However, the output of this command is meant to be used Small suggestion here: Takes a range of commits, and replays them onto a new location. Does neither touch the working tree nor index, and does not update any references.