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".
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.
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.