Skip to content

Improve diff performance by eliminating redundant checks for text blobs

Stan Hu requested to merge remove-redundant-blob-text-calls into master

On a merge request with over 1000 changed files, there were redundant calls to blob_text_viewable?, which incurred about 7% of the time.

Improves #14775 (moved)

Merge request reports