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-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, 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 355A61F8C2 for ; Tue, 9 Feb 2021 19:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233522AbhBITgP (ORCPT ); Tue, 9 Feb 2021 14:36:15 -0500 Received: from mail-ej1-f53.google.com ([209.85.218.53]:40887 "EHLO mail-ej1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233608AbhBITYk (ORCPT ); Tue, 9 Feb 2021 14:24:40 -0500 Received: by mail-ej1-f53.google.com with SMTP id i8so33600324ejc.7 for ; Tue, 09 Feb 2021 11:23:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=c3GmdUZKTu+zVLaGYEcOa5Yiv0qK6pf3+j2g6mSPXnY=; b=jPPUE0+xHpbKmzWyF8L5quuDKgw/ES3D7R1k0aYfHIF1e5KL+Zzz+0ReTEpStS+l76 hvmQAyzHDHhssDqHewN8tSnzxRwjvt9zcrtLxnV5C8J7dZOHmcM2ykbG4NlKA0buZpCA Zbdo4B2tgm40fBYYfaIuRxXlt1HmPlNUqaeSzYhZrQj6PBAHbaIqQ6LHuYwx5hMMdzz7 Q0+lCCAae6uelLp4tqLPFX0jIgazK+n+JdRpp4+i/oOgIfuNVx6wZjaW6dforXLtSavu LCvVWP0PM+gjazsGNRrC3Bj/wRrgyyS/KprrifO9cu+ZkJjJHTd6gbIqW6Q243j67T9/ JX7Q== X-Gm-Message-State: AOAM532ouqLOB8B1PapO/k7/zO/S6hVUKncb7hR0ZgptQADnnHeBXLna +idKkgSD4Jcqur1gRPe1L7klbtBxx8Ersx7apVOiaUAJnOo= X-Google-Smtp-Source: ABdhPJzL6rzwPpKG6u5JtgJWt45XOwkgaEczY5Mm4huwdP6tOiQ6bwR2FYRpms0dCItBoRJLWbCmZrshgC4IjNCLDZU= X-Received: by 2002:a17:906:488:: with SMTP id f8mr23146401eja.311.1612898005482; Tue, 09 Feb 2021 11:13:25 -0800 (PST) MIME-Version: 1.0 References: <20210207181439.1178-1-charvi077@gmail.com> <20210208192528.21399-4-charvi077@gmail.com> In-Reply-To: From: Eric Sunshine Date: Tue, 9 Feb 2021 14:13:14 -0500 Message-ID: Subject: Re: [PATCH v2 03/11] rebase -i: clarify and fix 'fixup -c' rebase-todo help To: Junio C Hamano Cc: Charvi Mendiratta , git , Christian Couder , Phillip Wood , Christian Couder , Phillip Wood Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Feb 9, 2021 at 2:08 PM Junio C Hamano wrote: > Eric Sunshine writes: > > Here's another more concise attempt: > > > > like "squash" but keep only the previous commit's log message, > > unless -C is used, in which case keep only this commit's message; > > -c is same as -C but opens editor > > Nice. For conciseness, I intentionally omitted "the", however, upon reflection, it probably would be a good idea to insert "the" between "opens" and "editor".