From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: vc-git: interactive rebasing Date: Fri, 3 Dec 2021 14:16:55 +0100 Message-ID: <5842a177-1f29-d144-16c2-ccc0cbecad94@inventati.org> References: <38be4a33-d755-a317-b7fd-ceb0f88c4416@inventati.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7887"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 To: Dmitry Gutov , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 03 14:48:06 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mt8v0-0001oY-Fx for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 14:48:06 +0100 Original-Received: from localhost ([::1]:54904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mt8uz-0000Te-9s for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 08:48:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt8R2-0004ON-Oi for emacs-devel@gnu.org; Fri, 03 Dec 2021 08:17:14 -0500 Original-Received: from devianza.investici.org ([198.167.222.108]:21105) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt8Qy-0002iF-Rm for emacs-devel@gnu.org; Fri, 03 Dec 2021 08:17:08 -0500 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4J5Cyx0125z6vJj; Fri, 3 Dec 2021 13:16:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1638537417; bh=JkboodiBMljeF1h2dry3o4LOsmoCJFNyRRsKHSvg6VM=; h=Subject:To:References:From:Date:In-Reply-To:From; b=WjLlLBKXs4efDQx80+Kujv+nz3+DsLpZRYA7q+n316ChFiB7I4n/KS1ZQ3PbWW0vk fLuVQpmz9ynsevE+HnvayTxmYke3oJljBc1EkPFKkXNCsAyVSDw/PdLDMAo8tPtPie rx4t5UIfvAxxbnyUqHhQAVPQXC+jOw7Dwp+4VcV4= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4J5Cyw5nftz6vHN; Fri, 3 Dec 2021 13:16:56 +0000 (UTC) In-Reply-To: Content-Language: en-GB Received-SPF: pass client-ip=198.167.222.108; envelope-from=manuel.uberti@inventati.org; helo=devianza.investici.org X-Spam_score_int: -29 X-Spam_score: -3.0 X-Spam_bar: --- X-Spam_report: (-3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.938, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280838 Archived-At: On 03/12/21 13:40, Dmitry Gutov wrote: > I do that from the console. ;-( > > git rebase -i > > It's not too bad, since you usually don't need to edit the commit messages > (much), or stage/unstage changes, for example. Interesting. Do you use Emacs (or emacsclient perhaps) to eventually edit the commit messages? -- Manuel Uberti www.manueluberti.eu