Git

MacのGitは1.8.5からcore.precomposeunicode = trueがデフォルト

MacでGitを使うに当たって git 1.7.12でUTF8-MAC問題が解決 | Butaman-kun Project ちなみに、このバージョンでgit cloneやgit initすると、リポジトリの設定として「core.precomposeunicode」が明示的にfalseとなっているため、global設定を変えても反映さ…

svn:eol-style=CRLFは改行コードをCRLFに変換してチェックインする

http://svnbook.red-bean.com/en/1.7/svn.advanced.props.file-portability.html#svn.advanced.props.special.eol-style native This causes the file to contain the EOL markers that are native to the operating system on which Subversion was run. In…

.gitattributesのeol=crlfは改行コードをCRLFに変換してチェックインするものではない

https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html eol This attribute sets a specific line-ending style to be used in the working directory. It enables end-of-line normalization without any content checks, effectively sett…