Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> wrote: > Måndagen 24 March 2008 09.27.26 skrev Shawn O. Pearce: > > OK, so I decided a few weeks back that the history page was not fast > > enough. I think I've spent the past 3 weeks writing true revision > > machinary for jgit, and now connecting it up to a UI visualizer. > > > > git://repo.or.cz/egit/spearce.git plotter > > > > The history page has been completely replaced. I saw Roger has > > some patches against the current history page. :-| > > Did you lose compare? > > Ok, found it, but it only shows one file in the compare editor, so I cannot > walk through all changes in the commit with Ctrl-. and Ctrl-, Yea. The compare linkage in the prior history view was a little unclear and I was trying to put something together. So I went with a really quick and dirty linkage that worked for the simple single file case. Ideally it should get fully ported over, but the underlying concepts like GitFileRevision are probably going to go by the wayside with RevWalk and TreeWalk being available. So its probably trivial to port. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html