Re: good way to generate Diffs

2020-05-26 Thread Riccardo Mottola via devel
Hi, Dagobert Michelsen via devel wrote: mgar makepatch Exactly. Also the sources are auto-git-repoed and you can also „cd“ into the tree and use all the git commands to patch around in the sources, then "git add …", "git commit" and finally "git format-patch -1“. thank you. I will test it s

Re: good way to generate Diffs

2020-05-22 Thread Dagobert Michelsen via devel
Hi, Am 21.05.2020 um 22:25 schrieb Ben Walton via devel > Been a while, but I think you're looking for: > > mgar makepatch Exactly. Also the sources are auto-git-repoed and you can also „cd“ into the tree and use all the git commands to patch around in the sources, then "git add …", "git commit

Re: good way to generate Diffs

2020-05-21 Thread Ben Walton via devel
Been a while, but I think you're looking for: mgar makepatch You still need to add it to the makefile, but it'll capture the changes you make after extracting source and applying existing patches. Hth Thanks -Ben On Thu 21 May 2020, 21:11 Riccardo Mottola via devel, < devel@lists.opencsw.org>

good way to generate Diffs

2020-05-21 Thread Riccardo Mottola via devel
Hi! freshen up my memory please. Is there a good way to "hack" in the sources until something compiles and then generate a patch directly in the "file" section with the corrent level number= I think to remember something, but maybe I mix things up Riccardo