mono / ngit

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

[NGit] Fix a bug in the calculation of 'ismodified' in WorkingTreeIterator #24

Closed alanmcgovern closed 12 years ago

alanmcgovern commented 12 years ago

autocrlf 'input' means the file is not modified on checkout so we should not do an crlf/lf conversion when calculating the hash for the file.

Fixes bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=372834