[Scummvm-devel] Problems with git
Marcus Comstedt
marcus at mc.pp.se
Wed May 11 15:56:38 CEST 2011
Hi Yotam,
yotam barnoy <yotambarnoy at gmail.com> writes:
> I'm having some problems with git running on windows.
>
> This could be something really stupid, but git constantly sees
> devtools/create_project/scripts/postbuild.cmd as having differences,
> which I can't discard. I don't know why this one file is giving me
> problems -- even a hex comparison doesn't turn up any differences in
> the file, and I've had no problems with git until now.
Try disabling the core.autocrlf config.
git config core.autocrlf false
// Marcus
More information about the Scummvm-devel
mailing list