From: Dave Jones <davej@redhat.com>
To: Aneesh Kumar <aneesh.kumar@gmail.com>
Cc: git@vger.kernel.org, junkio@cox.net
Subject: Re: [Announce] gitview-0.1
Date: Tue, 31 Jan 2006 23:29:30 -0500 [thread overview]
Message-ID: <20060201042930.GV16557@redhat.com> (raw)
In-Reply-To: <cc723f590601312016vabba201ye6d3739b3927f1a@mail.gmail.com>
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()
next prev parent reply other threads:[~2006-02-01 4:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-01 4:16 [Announce] gitview-0.1 Aneesh Kumar
2006-02-01 4:29 ` Dave Jones [this message]
2006-02-01 4:41 ` Aneesh Kumar
2006-02-01 11:28 ` Aneesh Kumar
2006-02-01 20:01 ` Junio C Hamano
2006-02-01 20:17 ` Linus Torvalds
2006-02-01 20:34 ` Junio C Hamano
2006-02-01 20:58 ` Alex Riesen
2006-02-01 21:02 ` Fernando J. Pereda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060201042930.GV16557@redhat.com \
--to=davej@redhat.com \
--cc=aneesh.kumar@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.