Skip to content

Migrate notes.line_code format.

Witrem requested to merge github/fork/babatakao/migrate_note_linecode into master

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

Loading