mono / ngit

Automated jgit port to c#
261 stars 152 forks source link

Fix CRLF invalid object id bug #74

Closed GrahamTheCoder closed 8 years ago

GrahamTheCoder commented 8 years ago

When trying to parse a patch file, an InvalidObjectIdException was being thrown because NextLF is used despite not knowing if the file contains CRLFs.

To fix this I've:

GrahamTheCoder commented 8 years ago

Whoops, foiled by Github's UI. I didn't mean to open the PR here - meant it to be here