From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.devel Subject: Re: revising a [PATCH] Date: Wed, 20 Nov 2019 12:23:02 -0500 Message-ID: <875zje4g3t.fsf@gnu.org> References: <877e3utrsv.fsf@dick> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="54621"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 20 18:23:37 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iXThX-000E0k-2O for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 18:23:35 +0100 Original-Received: from localhost ([::1]:32820 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXThV-0006IQ-G9 for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 12:23:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54147) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXTh3-0006IG-Nj for emacs-devel@gnu.org; Wed, 20 Nov 2019 12:23:06 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iXTh3-00056z-Ji for emacs-devel@gnu.org; Wed, 20 Nov 2019 12:23:05 -0500 Original-Received: from wn-campus-nat-129-97-124-80.dynamic.uwaterloo.ca ([129.97.124.80]:33541 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iXTh3-0004mz-3r for emacs-devel@gnu.org; Wed, 20 Nov 2019 12:23:05 -0500 In-Reply-To: <877e3utrsv.fsf@dick> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242509 Archived-At: dick.r.chiang@gmail.com writes: > What is the preferred way of revising an > already submitted [PATCH]? The usual practice is to amend your commit with the new changes, potentially rebase onto latest commit, and send a v2. For a recent and simple example, see https://bugs.gnu.org/38257.