Skip to content

Resolve "Gitlab merge request view crash when commiting a js sourcemap file"

What does this MR do?

  1. Stop loading an intermediate collection object, which may perform line highlighting and caching, just to count the diff files in an MR.
  2. When we have to load that intermediate collection object, don't try to highlight and cache files that aren't displayed due to entries in .gitattributes.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #25931 (closed).

Merge request reports