urlencode filenames
Created by: schachmat
when committing a file with a carriage return \r in the filename, the carriage return is omitted in the url to view the file in gitlab. with urlencode the file can be viewed.
example:
name a file "the\rgame". create the carriage return in shell with ctrl+v and returnkey and commit it. gitlab links the file as "thegame". the correct link would be "the%0dgame" and this one works.