Skip to content

Only guess encoding for blob content

Terri Chu requested to merge 33090-only-guess-encoding-for-content into main

Related gitlab#33090 (closed) related slack thread (internal)

Git does no path name encoding conversions (ref: https://git-scm.com/docs/git-commit-tree#_discussion) so we should only guess encoding for the file content.

Note: this will only affect items indexed after this MR is merged. It will not fix existing items within the index

Edited by Terri Chu

Merge request reports