Jakub Narebski [off-list ref] writes:
Testing if gitweb handles filenames with spaces, filenames with plus
sign ('+') which encodes spaces in CGI parameters (in URLs), and
filenames with Unicode characters should be handled by gitweb tests.
Those files are remainder of the time when gitweb was project on its
own, not a part of git (with its testsuite).
Signed-off-by: Jakub Narebski <redacted>
---
...
"gitweb/test/M\303\244rchen" | 2 --
gitweb/test/file with spaces | 4 ----
gitweb/test/file+plus+sign | 6 ------
3 files changed, 0 insertions(+), 12 deletions(-)
delete mode 100644 gitweb/test/Märchen
delete mode 100644 gitweb/test/file with spaces
delete mode 100644 gitweb/test/file+plus+sign
I do not think Kay minds, but it would not hurt to give him a courtesy
copy of this before finally applying such a patch.
-jc