otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
132 stars 62 forks source link

FileManager assumes bare-init-ed repo. #43

Closed drwelden closed 12 years ago

drwelden commented 12 years ago

If WebGitNet is used with a repo that was cloned from elsewhere or not established with --bare, GetResourceInfo is returning the wrong directory for features like impact ignore files.

drwelden commented 12 years ago

Fixed with latest commit