Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
* Olivier Andrieu <[EMAIL PROTECTED]> wrote: > > - naming the boxes by key is quite meaningless. It would be more > > informative to see the author's email shortcuts in the boxes. Also, it > > would be nice to see some simple graphical feedback about the size and > > scope of a chang

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Olivier Andrieu
> Ingo Molnar [Thu, 21 Apr 2005]: > I just checked how the kernel repository looks like with it, and > i'm impressed! The GUI is top-notch, and the whole graph output and > navigation is very mature visually. Kudos! Thanks ! > - there doesnt seem to be any performance difference between non-

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Petr Baudis
Dear diary, on Thu, Apr 21, 2005 at 04:47:16PM CEST, I got a letter where Ingo Molnar <[EMAIL PROTECTED]> told me that... > > is the 'diff with ancestor' feature supposed to work at this early > stage? (it just does nothing when i click on it. It correctly offers two > ancestors for merge points

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
is the 'diff with ancestor' feature supposed to work at this early stage? (it just does nothing when i click on it. It correctly offers two ancestors for merge points, but does nothing there either.) Ingo - To unsubscribe from this list: send the line "unsubscribe git" in the body of a

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
another thing, when i 'zoom out' of the graph far away (so that the whole graph becomes visible on the screen), i'm getting lots of such error messages: *** attempt to put segment in horiz list twice *** attempt to put segment in horiz list twice *** attempt to put segment in horiz list twic

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
* Olivier Andrieu <[EMAIL PROTECTED]> wrote: > Yes, git-viz uses the `dot' program from the graphviz package (it's in > Fedora Extra too I believe). ah - that resolved all issues and i'm now running git-viz without any problems. I just checked how the kernel repository looks like with it, and

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Olivier Andrieu
> Ingo Molnar [Thu, 21 Apr 2005]: > > * Olivier Andrieu <[EMAIL PROTECTED]> wrote: > > > > Preprocessor error > > > make: *** [viz_style.cmx] Error 2 > > > > That's probably because the configure script didn't find camlp4. > > Camlp4 is a preprocessor for ocaml, it's needed for com

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Vincent Hanquez
On Thu, Apr 21, 2005 at 03:02:42PM +0200, Ingo Molnar wrote: > when i run git-viz in a git-controlled directory, it seems to start up > fine, but i get an error message: "Could not execute dot". Closing that > window gives me the ability to do an 'Open', but git-viz does not seem > to recognize

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
* Olivier Andrieu <[EMAIL PROTECTED]> wrote: > > Preprocessor error > > make: *** [viz_style.cmx] Error 2 > > That's probably because the configure script didn't find camlp4. > Camlp4 is a preprocessor for ocaml, it's needed for compiling this > file (viz_style.ml). Camlp4 is built with th

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Olivier Andrieu
> Ingo Molnar [Thu, 21 Apr 2005]: > > * Olivier Andrieu <[EMAIL PROTECTED]> wrote: > > > There, here's a tarball : > > http://oandrieu.nerim.net/monotone-viz/git-viz-0.1.tar.gz > > i'm trying to build it under Fedora Core 4 (devel), and there are two > problems: > > - the build s

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Remi Vanicat
Ingo Molnar <[EMAIL PROTECTED]> writes: > * Olivier Andrieu <[EMAIL PROTECTED]> wrote: > >> There, here's a tarball : >> http://oandrieu.nerim.net/monotone-viz/git-viz-0.1.tar.gz > > i'm trying to build it under Fedora Core 4 (devel), and there are two > problems: > > - the build scripts seem

Re: git-viz tool for visualising commit trees

2005-04-21 Thread Ingo Molnar
* Olivier Andrieu <[EMAIL PROTECTED]> wrote: > There, here's a tarball : > http://oandrieu.nerim.net/monotone-viz/git-viz-0.1.tar.gz i'm trying to build it under Fedora Core 4 (devel), and there are two problems: - the build scripts seem to assume that "." is in PATH (or that the needed

Re: git-viz tool for visualising commit trees

2005-04-20 Thread Olivier Andrieu
> Ingo Molnar <[EMAIL PROTECTED]> [Wed, 20 Apr 2005]: > > * Petr Baudis <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > just FYI, Olivier Andrieu was kind enough to port his monotone-viz > > tool to git (http://oandrieu.nerim.net/monotone-viz/ - use the one > > from the monotone repo

Re: git-viz tool for visualising commit trees

2005-04-20 Thread Olivier Andrieu
> Ingo Molnar <[EMAIL PROTECTED]> [Wed, 20 Apr 2005]: > > * Petr Baudis <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > just FYI, Olivier Andrieu was kind enough to port his monotone-viz > > tool to git (http://oandrieu.nerim.net/monotone-viz/ - use the one > > from the monotone repo

Re: git-viz tool for visualising commit trees

2005-04-20 Thread Petr Baudis
Dear diary, on Wed, Apr 20, 2005 at 12:08:24PM CEST, I got a letter where Ingo Molnar <[EMAIL PROTECTED]> told me that... > * Petr Baudis <[EMAIL PROTECTED]> wrote: > > just FYI, Olivier Andrieu was kind enough to port his monotone-viz > > tool to git (http://oandrieu.nerim.net/monotone-viz/ - u

Re: git-viz tool for visualising commit trees

2005-04-20 Thread Ingo Molnar
* Petr Baudis <[EMAIL PROTECTED]> wrote: > Hi, > > just FYI, Olivier Andrieu was kind enough to port his monotone-viz > tool to git (http://oandrieu.nerim.net/monotone-viz/ - use the one > from the monotone repository). The tool visualizes the history flow > nicely; see > > http://

git-viz tool for visualising commit trees

2005-04-17 Thread Petr Baudis
Hi, just FYI, Olivier Andrieu was kind enough to port his monotone-viz tool to git (http://oandrieu.nerim.net/monotone-viz/ - use the one from the monotone repository). The tool visualizes the history flow nicely; see http://rover.dkm.cz/~pasky/gitviz1.png http://rover.dkm.cz/