|
From: Bastian M. <bma...@we...> - 2017-11-11 08:31:58
|
> Von: "Eric S. Raymond" <es...@th...> > sfeam <sf...@us...>: > > On Saturday, 04 November 2017 17:17:39 Eric S. Raymond wrote: > > > sfeam <sf...@us...>: > > > > On Saturday, 04 November 2017 10:30:34 Eric S. Raymond wrote: > > > > > "Bastian Märkisch" <bma...@we...>: > > > > > > There are a few cases which we probably would like to fix because the > > > > > > ChangeLog was modified in an "atypical" way. Should this be done now > > > > > > or can this be corrected after the conversion (sorry, not really > > > > > > familiar with git yet)? > > > > > > > > > > It can be done either way. Safest to do it before the cutover, so the > > > > > changest get recorded in reconvert and not lost if we do some other > > > > > modification. > > > > > > > > Could you provide a recipe for making such a correction? > > > > > > If you have a speification for a changeset, like say > > > > > > <es...@th...!2017-11-04T16:44:25> > > > > > > you can say > > > > > > reposurgeon > > > reposrgeon> read gnuplot > > > reposurgeon> <es...@th...!2017-11-04T16:44:25> setfield author "Frd J. Foonly <fr...@fo...>" > > > reposurgeon rebuild > > > > > > Of course, you can do more tham one of these per session. I am having trouble with the syntax. I was trying to add a few lines to the reconvert script at the end of the reposurgeon inline script, before the "dedup" statement. Like this: <bma...@we...!2014-06-01T11:26:58+02:00> setfield author "Tatsuro Matsuoka <tma...@ya...>" But I am getting error messages: reposurgeon: couldn't match a name at <bma...@we...!2014-06-01T11:26:58+02:00> It does not help to revert the order of time and email. What am I doing wrong? Bastian |