• baba's avatar
    Migrate notes.line_code format. · 320f0ac8
    baba authored
    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.
    320f0ac8
migrate_note_linecode.rake 414 Bytes