|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-10-29 22:32:45
|
Am 29.10.2017 um 22:41 schrieb Daniel J Sebald: > Thanks for the -I '\$[A-Z]*[a-z]*', it's a major help. I've done a > comparison of cvs2git and CVS at GNUPLOT_RELEASE_3_7_3 and get agreement > aside from the cruft of empty CVS directories an so on. There are these > few variations on the RCS-style lines: [...] Those are caused by the $Log$ keyword, which expands differently from all the other RCS/SCCS keywords, so it cannot be filtered out by diff. |