Re: Quilt and cutting down diff position lines

2021-02-25 Thread Ilya Lipnitskiy
On Thu, Feb 25, 2021 at 1:24 AM Bas Mevissen wrote: > Openwrt could provide a host build for a patched version of diff and use > that instead. There is also the issue with quilt not handling "rename from/rename to" patches due to lack of a git-compatible mode and the fact that GNU diff is hard-co

RE: Quilt and cutting down diff position lines

2021-02-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Bas Mevissen > Sent: Donnerstag, 25. Februar 2021 10:17 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: Quilt and cutting dow

Re: Quilt and cutting down diff position lines

2021-02-25 Thread Bas Mevissen
On 2021-02-24 15:36, Adrian Schmutzler wrote: -Original Message- From: Adrian Schmutzler [mailto:m...@adrianschmutzler.de] Sent: Mittwoch, 24. Februar 2021 11:50 To: 'openwrt-devel@lists.openwrt.org' Subject: Quilt and cutting down diff position lines Hi, as most are prob

Re: Quilt and cutting down diff position lines

2021-02-24 Thread Rosen Penev
On Wed, Feb 24, 2021 at 2:53 AM Adrian Schmutzler wrote: > > Hi, > > as most are probably aware, quilt cuts down the position lines in patches > during refresh: > > - @@ -78,7 +78,8 @@ void machine_apply_elf_rel(struct mem_ehdr > *UNUSED(ehdr), > + @@ -78,7 +78,8 @@ void machine_apply_elf_rel(stru

RE: Quilt and cutting down diff position lines

2021-02-24 Thread Adrian Schmutzler
> -Original Message- > From: Adrian Schmutzler [mailto:m...@adrianschmutzler.de] > Sent: Mittwoch, 24. Februar 2021 11:50 > To: 'openwrt-devel@lists.openwrt.org' > Subject: Quilt and cutting down diff position lines > > Hi, > > as most are probabl

Quilt and cutting down diff position lines

2021-02-24 Thread Adrian Schmutzler
Hi, as most are probably aware, quilt cuts down the position lines in patches during refresh: - @@ -78,7 +78,8 @@ void machine_apply_elf_rel(struct mem_ehdr *UNUSED(ehdr), + @@ -78,7 +78,8 @@ void machine_apply_elf_rel(struct mem_eh While this has no functional impact, it creates a lot of additi