[racket-dev] "warning: CRLF will be replaced by LF in {src/worksp/README src/worksp/gracket/gracket.rc src/worksp/racket/racket.rc}" ?

From: Greg Hendershott (greghendershott at gmail.com)
Date: Mon Dec 10 12:35:29 EST 2012

Preface: I'm sorry if this is a really basic question, but I'm new to
this Git workflow, so I'm cautious because I don't want to cause a
nuisance with some future pull request.

I just did a `git fetch` of the upstream PLT master, then a `git
merge` into my master.

greg at mbp in ~/src/plt/racket on master
$ git fetch upstream
remote: Counting objects: 327, done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 216 (delta 174), reused 183 (delta 142)
Receiving objects: 100% (216/216), 40.89 KiB, done.
Resolving deltas: 100% (174/174), completed with 102 local objects.

Posted on the dev mailing list.