|
From: Eric S. R. <es...@th...> - 2017-10-17 10:55:37
|
Daniel J Sebald <dan...@ie...>: > I'm even wondering if we could even replace the "empty log message" with > some estimate of a message extracted from the corresponding ChangeLog entry. > But, there are only 210 such messages: > > git log | grep "empty log message" | wc > 210 1050 6300 > > Maybe those could be replaced by hand (if at all), everyone doing five or > ten summary lines, but it isn't that important. A few of those are CVS artifacts that can be removed entirely. But yes, I've done this sort of thing (filling in blank comments) in the past. In this case it should be oretty easy - use gitk to locate the bad comment, look at the associated ChangeLog entry. Everybody, feel free to send me proposed fill-ins; I'll add those transformations to the conversion script. It's easily done in reposurgeon. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> My work is funded by the Internet Civil Engineering Institute: https://icei.org Please visit their site and donate: the civilization you save might be your own. |