Problem with Git

Discussion in 'Bukkit Help' started by Uristqwerty, Jan 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Uristqwerty

    I have tried using git to get updates to the code, but I have encountered a small problem: The repository has CRLF line endings in some files, but Git expects only LF, so it is seeing countless nonexistant changes for some files(I think it is seeing a CR then a newline in the repository, but a plain newline on my computer). This is possibly intentional, so I would like to know how to configure Git to ignore those changes.

    (While I was writing this, I found a solution, but it's probably not the proper solution.)
     
Thread Status:
Not open for further replies.

Share This Page