WebGitNet
WebGitNet copied to clipboard
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".
Powershell scripts are served up as `application/octet-stream`. Is there a way to serve these up as text? (I've already tried adding a MIME type in IIS.)
For a real-world example, see [fuel/fuel](/fuel/fuel)
Title pretty much says it. Check out [fuel/fuel](/fuel/fuel) for a real-world example.
This would allow WebGit .NET to be distributed via the Web Platform Installer and easily installed when the user has the web deployment extensions in IIS.
This could include the standard diff, "paticence" diff, and the Beyond Compare command line options.
We have quite a performance penalty from shelling out to the git.exe executable for every action It may be worthwhile to use NGit instead of Git.exe.
It takes about 26 seconds to show the impact of the Git project. Another very simple repo with a single author, 4910 commits, 11130 additions, and 10647 deletions takes 19.45...
For each developer, it would be neat to show a graph of the languages they are committing.