What's Changed
- Fixes displaying suspect parts and getting commit info;
- Processing futures as they are completed;
- A flag has been added to not display comparison information on stdout (codeplag settings modify --short-output);
- Adds the possibility to generate reports only from provided paths for comparing two projects (codeplag report create --first-root-path and codeplag report create --second-root-path);
- Exit with positive exit code in the end when found similarity (exit code 200);
- More informative error message when an unexpected error occurred.
Full Changelog: v0.5.8...v0.5.17