quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] diff output header/format question


From: Randy Dunlap
Subject: [Quilt-dev] diff output header/format question
Date: Fri, 7 Oct 2022 15:01:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0

Hi,

Search on lore.kernel.org (at least when searching by patchid, commitid)
looks for a "^diff" line before the ---/+++ lines in a patch.

Can anyone suggest a way to cause or create that line?

So instead of

--- a/arch/ia64/mm/numa.c
+++ b/arch/ia64/mm/numa.c

at the beginning of a file's patch, it would be 3 lines:
(a la git but without the "--git")


diff a/arch/ia64/mm/numa.c b/arch/ia64/mm/numa.c
--- a/arch/ia64/mm/numa.c
+++ b/arch/ia64/mm/numa.c


AFAICT quilt has no problem reading patches like this, since
whenever I get a (git) patch from other people to test, I apply
it with quilt and then rebuild the kernel.

Thanks.
-- 
~Randy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]