Skip to content

Resolve "contributor emails in contributors graphs is case sensitive"

What does this MR do?

changes author email to a case insensitive comparison so emails like "Somebody@foo.com" and "somebody@foo.com" are treated as a single author in contribution graphs.

Are there points in the code the reviewer needs to double check?

should be pretty simple

Why was this MR needed?

see above description

Screenshots (if relevant)

before:

before

after:

after

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #19550 (closed)

Merge request reports