Re: .gitk CR-LF line ending triggers git warning

2008-08-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Matt Seitz on 8/27/2008 11:54 PM: > Why does ".gitk" use CR-LF line endings instead of just LF? Probably because it is designed to be read by TCL/TK, which (for now) is a native windows program rather than a full-blown cygwin program, s

.gitk CR-LF line ending triggers git warning

2008-08-27 Thread Matt Seitz
Why does ".gitk" use CR-LF line endings instead of just LF? I am experimeinting with using "git" to track changes to my home directory. When I try to commit ".gitk", "git" complains that ".gitk" has trailing whtiespace. I can work around the "trailing whitespace" warning. But I was curious wh