[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] Re: Separating patch header from body
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] Re: Separating patch header from body |
Date: |
Mon, 16 Jan 2006 20:47:43 +0100 |
User-agent: |
KMail/1.8 |
On Monday 16 January 2006 18:17, Jean Delvare wrote:
> I committed a fix to this problem the day after:
>
> -------------------------------------------------------------------
> Tue Oct 4 18:43:42 CEST 2005 - address@hidden
>
> - scripts/patchfns.in: Prevent patch_header and patch_body from
> mistakenly considering "---" alone on its header line as the
> beginning of the patch body.
>
> -------------------------------------------------------------------
>
> So quilt CVS behaves well with the "---" separator as used by the
> kernel contributors, for over three months now. This is my reason #1
> for releasing a new version of quilt soon.
>
> Or is there anything else being discussed here?
It's something else: quilt refresh doesn't recognize git extended patches and
produces things like the following, which then confuses git:
diff --git a/arch/i386/kernel/reboot.c b/arch/i386/kernel/reboot.c
index 350ea66..2a8cb44 100644
Index: linux/arch/i386/kernel/reboot.c
===================================================================
--- linux.orig/arch/i386/kernel/reboot.c
+++ linux/arch/i386/kernel/reboot.c
@@ -12,6 +12,7 @@
After Linus's last comment it's clear how to fix it, so I'll check a fix in
later tonight.
Andreas