• S
    Show correct size when MR diff overflows · a0979c05
    Sean McGivern 提交于
    The problem is that we often go via a diff object constructed from the diffs
    stored in the DB. Those diffs, by definition, don't overflow, so we don't have
    access to the 'correct' `real_size` - that is stored on the MR diff object
    iself.
    a0979c05
diffs_spec.rb 2.5 KB