GNU bug report logs - #21005
diff -r: option to sort the files in timestamp order to generate patches

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: diffutils; Severity: wishlist; Reported by: Vincent Lefevre <vincent@HIDDEN>; dated Tue, 7 Jul 2015 23:16:02 UTC; Maintainer for diffutils is bug-diffutils@HIDDEN.
Severity set to 'wishlist' from 'normal' Request was from Vincent Lefevre <vincent@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 7 Jul 2015 23:15:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jul 07 19:15:48 2015
Received: from localhost ([127.0.0.1]:43762 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.80)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ZCc5b-0006x8-QM
	for submit <at> debbugs.gnu.org; Tue, 07 Jul 2015 19:15:48 -0400
Received: from eggs.gnu.org ([208.118.235.92]:33319)
 by debbugs.gnu.org with esmtp (Exim 4.80)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5a-0006ww-9K
 for submit <at> debbugs.gnu.org; Tue, 07 Jul 2015 19:15:46 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5T-0002sI-U7
 for submit <at> debbugs.gnu.org; Tue, 07 Jul 2015 19:15:40 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled
 version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:60262)
 by eggs.gnu.org with esmtp (Exim 4.71)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5T-0002rU-92
 for submit <at> debbugs.gnu.org; Tue, 07 Jul 2015 19:15:39 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:46825)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5S-0004nR-1W
 for bug-diffutils@HIDDEN; Tue, 07 Jul 2015 19:15:39 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5O-0002nw-FS
 for bug-diffutils@HIDDEN; Tue, 07 Jul 2015 19:15:37 -0400
Received: from ioooi.vinc17.net ([92.243.22.117]:44939)
 by eggs.gnu.org with esmtp (Exim 4.71)
 (envelope-from <vincent@HIDDEN>) id 1ZCc5N-0002lG-Si
 for bug-diffutils@HIDDEN; Tue, 07 Jul 2015 19:15:34 -0400
Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128])
 by ioooi.vinc17.net (Postfix) with ESMTPSA id C881D226;
 Wed,  8 Jul 2015 01:15:25 +0200 (CEST)
Received: by zira.vinc17.org (Postfix, from userid 1000)
 id 5AC6CC20413; Wed,  8 Jul 2015 01:15:25 +0200 (CEST)
Date: Wed, 8 Jul 2015 01:15:25 +0200
From: Vincent Lefevre <vincent@HIDDEN>
To: bug-diffutils@HIDDEN
Subject: diff -r: option to sort the files in timestamp order to generate
 patches
Message-ID: <20150707231525.GI1769@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
X-Mailer-Info: https://www.vinc17.net/mutt/
User-Agent: Mutt/1.5.23-6455-vl-r76280 (2015-06-26)
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x
X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address
 (bad octet value).
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -5.0 (-----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -5.0 (-----)

For recursive diff, it would be useful to have an option to sort
the files in timestamp order to generate patches. I suspect that
users who apply patches do not always use the -Z patch option to
avoid time-dependency problems with "make". It seems that sorting
the files by time in a patch file would make the -Z option useless,
as I suggested here:

  https://sympa.inria.fr/sympa/arc/mpfr/2015-07/msg00006.html

Alternatively, this could be done by a separate utility (if this is
easier to implement, and to "correct" existing patches).

--=20
Vincent Lef=E8vre <vincent@HIDDEN> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)




Acknowledgement sent to Vincent Lefevre <vincent@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-diffutils@HIDDEN. Full text available.
Report forwarded to bug-diffutils@HIDDEN:
bug#21005; Package diffutils. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 25 Nov 2019 12:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.