2

I have a git repository with filenames like "Esbjörn.jpg".

These upload into git w/o issue, and I can clone the files fine. However running 'git status' after the clone on my mac will show the file as untracked.

I saw this patch, but as techie as I am, this is not an approach I want to dive into. Is there an easy way to get special characters, git, and snow leopard to work nicely together?

Thanks! Peter

Tekkub
  • 30,739
  • 2
  • 30
  • 20
pedstrom
  • 431
  • 1
  • 6
  • 17
  • See also: [Git and the Umlaut problem on mac os x](http://stackoverflow.com/questions/5581857/git-and-the-umlaut-problem-on-mac-os-x). –  May 03 '11 at 01:28

1 Answers1

0

Use EGit, it handles them correctly.

thSoft
  • 21,755
  • 5
  • 88
  • 103