Community
Participate
Working Groups
Steps: 1. Clone a repo, but don't use JGit (assure core.aurocrlf is set to true) 2. Modify a file by adding CRLF line endings 3. Add and commit the file 4. Modify the file again, this time adding LF 5. Try to checkout the file, discard the changes from 4. => SHOULD BE: the working tree should be cleared => IS: there is still a change
Currently, http://egit.eclipse.org/r/#change,3957 contains a failing test case only.
A patch related to /finding/ the core.autocrlf setting on Windows has been posted to Gerrit http://egit.eclipse.org/r/#change,4430 Thomasz' test is included.
(In reply to comment #2) > Thomasz' test is included. Thanks for the update Robin, but I can't find my test being part of the change you mentioned. Your patch set looks more like targeting EGit while the test was for JGit. Do I miss something?
Thomas here is the autocrlf patch, The other one is merely related http://egit.eclipse.org/r/#change,4530
Marking as fixed since the test passes with Robin's patch from https://git.eclipse.org/r/#/c/4530/. Merged in on Jan 16, which means 1.3-M1.