From mboxrd@z Thu Jan 1 00:00:00 1970 From: abonnements Subject: How to send a patch of a patch... Date: Tue, 02 Dec 2014 16:10:16 +0100 Message-ID: <547DD658.7060103@thierry-pelle.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvp69-0003zB-PF for emacs-orgmode@gnu.org; Tue, 02 Dec 2014 10:10:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvp60-0004hb-T5 for emacs-orgmode@gnu.org; Tue, 02 Dec 2014 10:10:41 -0500 Received: from 11.mo1.mail-out.ovh.net ([188.165.48.29]:52651 helo=mo1.mail-out.ovh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvp60-0004hD-Lg for emacs-orgmode@gnu.org; Tue, 02 Dec 2014 10:10:32 -0500 Received: from mail628.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 6EBCCFFA9DA for ; Tue, 2 Dec 2014 16:10:31 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, yesterday I made some change in doc/org.texi and (thanks to Bastien) I sent the diff patch (obtained by C-x v =) that I send here. Today, I made some other changes on the same file, but C-x v = give me only the diff between my version of yesterday and the one of today. As I think (may be wrongly) that a patch must always be given between the original file and the latest newer version what is the right method to do so? Thanks. Thierry PS: I managed to get what I want in recloning org-mode.git but it seems not to be the right way.