Oct. 6, 2008
7:30 a.m.
Dmitry Timoshkov wrote: > "Nikolay Sivov" <bunglehead(a)gmail.com> wrote: > >>> First of all there is no need to send the configure.ac patch >>> separately. >> Ok, but how could I remove auto generated files from patch? >> Now I commit 3 times: >> 1) configure.ac >> 2) regenerated 'configure' >> 3) main patch body. >> >> Then I simply don't send the second one. If there's a easier way >> please let me know. > > Use git update-index to explicitly mark the files to commit, then call > git commit. Thanks, I'll try. > >> to prove this I need to add a new module named oleaccrc.dll which >> contains this resources on Win. > > I don't understand the argument about oleaccrc.dll. > This module contains localized resource strings used by GetRoleText in Win. I tried to avoid adding it but it's the only way to make test check returned length for each string.