On Monday 23 of November 2015 11:31:15 Pádraig Brady wrote: > On 23/11/15 08:30, Pavel Raiskup wrote: > > Hello maintainers, > > > > I planned to reuse some of my local gnulib modules in multiple projects. > > > > Because the modules are not yet ready to be proposed against gnulib > > master, I need to keep track them "downstream". Its painful however to > > C&P the local module contents all the time from project_A to project_B. > > > > The attached patch would help a lot: > > > > $ cd project_A > > $ git submodule add project_B /path/to_project_B > > $ gnulib --local-dir project_B/gl --local-dir gl ... > > > > Thanks for considering, > > While a nicely written and documented change, > it's quite invasive.
While it is pretty invasive, I'm able to help with maintenance -- fix related issues, etc. Overall, I tried to make the changes minimal to make the review easy. I'm writing this message to ask whether I could expect this will be reviewed (and possibly pushed); or should I rather start with finding different solution to my issue? Pavel
