Re: Patch management tools?

2018-08-29 Thread Constantine Shulyupin
Try guilt - quilt on top of git On Tue, Aug 28, 2018 at 11:50 PM Omer Zak wrote: > > I have a project, which uses a JavaScript library. > I need to patch the library as part of integrating it into the project. > > Once in a while I need to upgrade to the most recently released version > of the

Re: Patch management tools?

2018-08-29 Thread Daniel Shahaf
Omer Zak wrote on Tue, 28 Aug 2018 23:49 +0300: > While I can reapply my patches by using 'git rebase', I am curious to > know if there any specialized tools which assist in this process. Like > the 'quilt' tool used by Debian package maintainers to deal with a very > similar use case. There is

Patch management tools?

2018-08-28 Thread Omer Zak
I have a project, which uses a JavaScript library. I need to patch the library as part of integrating it into the project. Once in a while I need to upgrade to the most recently released version of the library i.e. reapply my patches. The library is available as a git repository from which I 'git