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

add git notes ref type #63

Closed kirill-gerasimenko closed 11 years ago

kirill-gerasimenko commented 11 years ago

Hi,

I've been using WebGitNet for awhile and recently started using git's notes in the repo. WebGitNet stopped working for me. So I've found out what was the issue - it misses "refs/notes" git ref type support. I added it and this fixed the problem.

The change is very minor.

Thanks for great application!