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

Integrate custom diff renderers as plugins. #34

Open otac0n opened 12 years ago

otac0n commented 12 years ago

This could include the standard diff, "paticence" diff, and the Beyond Compare command line options.

otac0n commented 12 years ago

Also, image diffs would be spiffy.

otac0n commented 12 years ago

If we could specify our own diff engines, this would solve #40, since we aren't reading the diff in through std-in.

101shipit commented 12 years ago

I'd really like to be able to plugin beyond compare or even sdiff. Side by side diff is mych easier to read.