From d77eeb224ca18d6c805480447baf17012fa18ac8 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 27 Apr 2016 13:28:18 -0700 Subject: [PATCH] Mention the git config remedy for utf-8 filenames on mac. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da49bd7af1..e5d8284739 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,15 @@ current implementation as a remedy for many types of spec failures. ## Known Issues -* Ruby 2.1.0 contained a regression that changed the order of some selectors, causing test failures in sass-spec. That was fixed in Ruby 2.1.1. If you're running sass-spec against a Ruby Sass, please be sure not to use Ruby 2.1.0. +* Ruby 2.1.0 contained a regression that changed the order of some + selectors, causing test failures in sass-spec. That was fixed in Ruby + 2.1.1. If you're running sass-spec against a Ruby Sass, please be sure + not to use Ruby 2.1.0. +* Some of our spec files have UTF-8 characters in their filenames. If + you are on OSX, you may encounter issues with git showing files that are + not checked in but actually are which can cause issued which doing + rebase or changing branches. If so, run `git config core.precomposeunicode false` + and it should clear things up. ## LibSass