|
From: Bastian M. <bma...@we...> - 2017-11-12 12:57:16
|
> Von: "Eric S. Raymond" <es...@th...> > "Bastian Märkisch" <bma...@we...>: > > 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? > > Possibly nothing. I recently found a bug in the way the action-stamp table > was being built; you should get the repo-tip version of reposurgeon and > see if it solves that problem. Unfortunately, that didn't fix the problem. Searching for the date in the converted repo like git log --before="2014-06-01T11:26:58+02:00" -1 finds the correct entry. So I think the date is correct. More ideas? Bastian |