I got sidetracked by work and buying a house, so I didn't get to
mention it at the time the attempted fix was committed, but t/t9200-
git-cvsexportcommit.sh still is failing on test 8, even in latest
master. I'm still getting the message about a file being in
my .gitignore:
The following paths are ignored by one of your .gitignore files:
Å/goo/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/å/ä/ö/
gårdetsågårdet.txt
Use -f if you really want to add them.
What I don't understand is that there are no .gitignore files in the
test repo and the .git/info/exclude file only has comments. This
seems like it might actually be a subtle bug in git-add, although I'm
betting it's more OS X filesystem oddness. I'm trying to look into
it, but thought that maybe someone with more experience with the code
might catch it first.
Things I've discovered:
- A "git status" appropriately shows Å as untracked.
- Terminal.app seems to ignore attempts to type Å.
- Using "git add . && git commit" by hand in the test repo seems to
work (using git version 1.5.0.rc2.g73a2)
~~ Brian
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html