1.0.2-rc.1
github-actions
released this
21 Jun 11:01
·
48 commits
to master
since this release
perceval 1.0.2-rc.1 - (2024-06-21)
Bug fixes:
- Empty stats for moved/copied files in git
Stats about changes on a file were not reported correctly for files
that where moved to a subdirectory. They were reported as an invalid
entry and without action associated. For example, the file
dir/filename
was moved todir/subdir/filename
, but it was reported
asdir//filename
. Therefore, the entry of the file
dir/subdire/filename
didn't have the stats about added and deleted
lines. This error has been fixed and stats are reported correctly.