Re: [Announce] gitview-0.1
From: Dave Jones <hidden>
Date: 2016-06-15 22:42:17
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()