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: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a patch (bug#52349) Date: Mon, 29 Aug 2022 06:50:50 +0200 Message-ID: References: <166171593185.16640.41619657947456727@vcs2.savannah.gnu.org> <20220828194533.23A6BC00889@vcs2.savannah.gnu.org> <87ilmccbiz.fsf@melete.silentflame.com> 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="38868"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 To: Sean Whitton , emacs-devel@gnu.org, Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 29 06:52:02 2022 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 1oSWkk-0009wU-Jh for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Aug 2022 06:52:02 +0200 Original-Received: from localhost ([::1]:59542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSWkj-0004Ak-Nb for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Aug 2022 00:52:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSWjt-0003Kd-Ep for emacs-devel@gnu.org; Mon, 29 Aug 2022 00:51:09 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:21803) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSWjp-0006u1-Iw for emacs-devel@gnu.org; Mon, 29 Aug 2022 00:51:08 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4MGJ0q6j68z6vL6; Mon, 29 Aug 2022 04:50:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1661748651; bh=FHNxt0f6zF4YzkZPgyAoO7o+nOFk+lu/CuwX0matoQs=; h=Date:Subject:To:References:From:In-Reply-To:From; b=FhUdgescrVWywDktemfZFfveu62Lr/hNa87pe/RA7vKU3D9eUBRBNgaBXyONQkfGR 1MuhM/300j2+hBpYydl7ngbK2sWB1uAtBV72UspMJ4lsHD+LYJS7usIb9auIv76Dyl PC8DaXn6g9qTTPof71+n5qz4Cj51rqiGZRpscrv8= 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 4MGJ0q4nJLz6vJX; Mon, 29 Aug 2022 04:50:51 +0000 (UTC) Content-Language: en-GB In-Reply-To: <87ilmccbiz.fsf@melete.silentflame.com> Received-SPF: pass client-ip=198.167.222.108; envelope-from=manuel.uberti@inventati.org; helo=devianza.investici.org X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.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, GAPPY_SUBJECT=0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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:294275 Archived-At: On 28/08/22 23:18, Sean Whitton wrote: > Hello, > > On Sun 28 Aug 2022 at 03:45PM -04, Juri Linkov wrote: > >> >> branch: master >> commit 4803fba487d41f0817feab48b5095ef4b4940ff6 >> Author: Juri Linkov >> Commit: Juri Linkov >> >> 'C-x v v' on a diff buffer commits it as a patch (bug#52349) > > Very cool! Thank you! > > Lots of different workflows for constructing the diff are enabled by > doing it in this generalised way. > Indeed, thank you for this. -- Manuel Uberti https://manueluberti.eu