I have a git cli wrapper that I use from inside a nodejs application, and I recently noticed that when I try to add files which have a name with non ASCII characters in it, like tèst.ò
, those files are simply not added. No errors are generated. If I try to add a file which does not exist, an error is generated.
I created the very minimal test case, which consists of just a line inside a bash script:
#!/bin/bash
git add "èè.md"
and it fails as well. Note that on a couple of Linux boxes I own, it works.
What is happening?
git is 1.7.x, OSX is 10.9.3.