Skip to content

Decode base64-encoded third-party files

Some files were committed into the repository as base64 encoded files. Presumably, this is because the "text" download links on Google's Gitiles web interface sends them as such. These can be found by running git grep "^[[:alnum:]]\{128,\}=*$". Decode them with base64 -d.

Merge request reports

Loading