Re: 'git status -z' missing separators on OSX

2015-06-17 Thread Tad Hardesty
Everything looks normal using the commands you described, and it does appear to only affect status: ~/test (master)$ type git git is hashed (/usr/local/bin/git) ~/test (master)$ git config --list core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true core.ign

'git status -z' missing separators on OSX

2015-06-16 Thread Tad Hardesty
I have been experiencing a problem where git on OSX prints incorrect output to the `git status -z` command, where instead of NUL separators records are simply not separated. This is causing problems with IDE integration. While I have a workaround involving manually replacing \n with \0, it would be