On Wed, Feb 01, 2006 at 09:46:59AM +0530, Aneesh Kumar wrote: > I don't have a web location where i can host it so i am attaching it below. > It would be great if we can get it added to git repository > > sample usage > takes same argument as git rev-list > > gitview --since=2.week.ago Nice, here's your first patch against it :-) The one thing I like about gitk over this though is that with gitk you don't have to click a button to see the diff. For casual history browsing, it's much nicer to just scroll the bottom window. Making it pop up a new window for each diff is just irritating. Dave --- gitview~ 2006-01-31 23:24:36.000000000 -0500 +++ gitview 2006-01-31 23:24:49.000000000 -0500 @@ -254,7 +254,7 @@ class DiffWindow: def __init__(self): self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.set_border_width(0) - self.window.set_title("Git reposotiry browser diff window") + self.window.set_title("Git repository browser diff window") # Use two thirds of the screen by default screen = self.window.get_screen() - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Feb 01 15:30:16 2006
This archive was generated by hypermail 2.1.8 : 2006-02-01 15:30:27 EST