Skip to content

FindEarliestRevision and ListOriginContributors: Use Apache Commons CSV (and...

vlorentz requested to merge vlorentz/swh-graph:commons-csv into master

FindEarliestRevision and ListOriginContributors: Use Apache Commons CSV (and switch to CRLF line ends)

These two scripts shouldn't need escaping, but this makes them consistent with other scripts (which do). The additional buffering should also improve performance.

Resolves #4764 (closed)

Merge request reports