Skip to content

Migrate notes.line_code format.

Created by: babatakao

Since version 4.1, notes.line_code means: {SHA1 hash of file path}{old line}{new line} but the older version means: {file index of the commit}{old line}{new line}

This rake task migrate the above differences.

Merge request reports