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
133 stars 62 forks source link

Search providers #49

Closed netclectic closed 11 years ago

netclectic commented 11 years ago

I've implemented a rudimentary file content search using git grep. I added the repo path to RepoInfo to make life a little easier.