On Wed, 24 Oct 2012 18:14:53 -0300
Joe Cabezas <joe.cabe...@gmail.com> wrote:

> i want to show uncommited changes using git instaweb, but instaweb
> only shows commited changes...
> 
> i just want to show the git diff output to someone easy..., there is
> any alternatives to git instaweb?, thank you

Looks like [1] could sort of work.  That is, you run a script which
generates a HTML file with the colored `git diff` output and then you
serve it using a HTTP server of choice (tiny HTTP servers like the one
built into `git instaweb` are in abundance).

1. http://stackoverflow.com/a/2031457/720999

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to