On Mon, 26 Oct 2009, Spencer Oliver wrote: > > Hi, > > While i have been away openocd certainly has been busy, while i have used > git i am no expert - a git guide for devs may be a good idea :) > > The following files seem to now be in CRLF format (linux host), whether this > was a svn-git issue i am not sure. > While this is not a major issue it is nice to keep things correct.
Text files should ideally be stored with LF-only line endings in Git. People on Windows may set their core.autocrlf Git config variable to true in order to deal with the conversion automatically (this might even be the default on Windows already). Nicolas _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
