mono / ngit

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

[Sharpen] Optimise the handling of symlinks on windows #21

Closed alanmcgovern closed 12 years ago

alanmcgovern commented 12 years ago

Use a try/catch for EntryPointNotFound exception so that Sharpen does not use UnixFileInfo on windows. Fixes some perf issues on windows.