GNU bug report logs -
#21789
25.0.50; Can' build Emacs (my first build since GIT migration)
Previous Next
Full log
View this message in rfc822 format
> From: Vincent Belaïche <vincent.b.1 <at> hotmail.fr>
> CC: "21789 <at> debbugs.gnu.org" <21789 <at> debbugs.gnu.org>
> Date: Sat, 31 Oct 2015 18:57:37 +0100
>
> So, to get to the point, removing the core.autocrlf and suchlikes from
> the config is probably a good thing, but IMHO that is not enough,
> setting file eol attributes with discriminating wildcard should also be
> done.
No, you don't need anything except removing all of these settings.
The defaults are exactly what you want, when these settings are
absent.
> git config --system --unset core.autocrlf cd /path/to/project/fmtcount
> git config --local --bool -add core.autocrlf true cd
> /path/to/project/emacs git config --local --bool -add core.autocrlf
> false
>
> The two last instructions are probably useless, but I made it so that in
> the future people on MSW wanting to build Emacs from source with msysGit
> won't fail like me.
The last one is not needed.
> I have now the following setting in the .git/config [core] section
>
> autocrlf = false
I don't have it, and never felt the need.
This bug report was last modified 8 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.