blob: 6763957b5acff083d8301d7ac667134d1494d9b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Script for rediffing patches
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Script%20for%20rediffing%20patches&In-Reply-To=%3CCAOPHaVSXXu1yGahEeig8%2Bnzn3ddwZ4TZNOs2VVVXfC-TA07t8Q%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Next" HREF="024027.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Script for rediffing patches</H1>
<B>Christian Lohmaier</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Script%20for%20rediffing%20patches&In-Reply-To=%3CCAOPHaVSXXu1yGahEeig8%2Bnzn3ddwZ4TZNOs2VVVXfC-TA07t8Q%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Script for rediffing patches">lohmaier+mageia at googlemail.com
</A><BR>
<I>Mon Apr 1 00:28:51 CEST 2013</I>
<P><UL>
<LI>Next message: <A HREF="024027.html">[Mageia-dev] Freeze push: bind (security update)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24026">[ date ]</a>
<a href="thread.html#24026">[ thread ]</a>
<a href="subject.html#24026">[ subject ]</a>
<a href="author.html#24026">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi Anssi, *,
On Sun, Mar 31, 2013 at 11:17 PM, Anssi Hannula <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">anssi at mageia.org</A>> wrote:
><i>
</I>><i> Colin's question reminded me of another hacky script I use for rediffing
</I>><i> patches.
</I>
OOo / LO used a tool to minimize changes between patches (i.e. ignore
different timestamps (or different date-formats) when the change
itself still is the same, avoid huge diffs because different order of
files in old version of the patch vs the new one, etc):
<A HREF="http://opengrok.libreoffice.org/xref/core/solenv/bin/patch_sanitizer.pl">http://opengrok.libreoffice.org/xref/core/solenv/bin/patch_sanitizer.pl</A>
Now mostly obsolete for LibreOffice, as LO's buildsystem allows
multiple separate patches, and there is no need to change existing
patches when adding some more.
So it isn't really the same usecase, but maybe you find it helpful nevertheless.
ciao
Christian
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Next message: <A HREF="024027.html">[Mageia-dev] Freeze push: bind (security update)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24026">[ date ]</a>
<a href="thread.html#24026">[ thread ]</a>
<a href="subject.html#24026">[ subject ]</a>
<a href="author.html#24026">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|