• David Kim's avatar
    Use file_mode to guide position tracing · f7993c7c
    David Kim authored
    Since we are dealing with different diff_refs during position tracing,
    file_identifier_hash cannot be used to find the correct diff_file.
    Using file_mode seems to be viable in these cases since we can
    find the diff_file with file_identifier_hash from the position to access
    the correct file_mode.
    f7993c7c
image_strategy.rb 1.77 KB