git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] gitkdiff 0.1
@ 2005-04-28  5:14 Tejun Heo
  2005-04-28  5:49 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tejun Heo @ 2005-04-28  5:14 UTC (permalink / raw)
  To: git


 Hello, guys.

 I've hacked tkdiff and made a commit viewing utility.  Just download
the following tarball and unpack it whereever PATH points to.  It
assumes that all base git executables are visible via PATH.

 http://home-tj.org/gitui/files/gitui-200504281405.tar.gz

$ gitkdiff -h
/home/tj/bin/gitkdiff: illegal option -- h
GIT tkdiff - gitkdiff 0.1

Usage: gitkdiff [OPTS...] DIFFSPEC

OPTS are
    -h                      prints this help message and exit

DIFFSPEC can be one of
    [files...]              the current cache vs. working files
    -r R [files...]         files in commit R's parent vs. files in commit R
    -r R0 -r R1 [files...]  files in commit R0 vs. files in commit R1

If no file is specified, all modified files are shown.

-- 
tejun

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-04-28  5:14 [ANNOUNCE] gitkdiff 0.1 Tejun Heo
@ 2005-04-28  5:49 ` Greg KH
  2005-04-28 10:36 ` Ingo Molnar
  2005-12-09 10:45 ` Horst Kronstorfer
  2 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2005-04-28  5:49 UTC (permalink / raw)
  To: Tejun Heo; +Cc: git

On Thu, Apr 28, 2005 at 02:14:07PM +0900, Tejun Heo wrote:
> 
>  Hello, guys.
> 
>  I've hacked tkdiff and made a commit viewing utility.  Just download
> the following tarball and unpack it whereever PATH points to.  It
> assumes that all base git executables are visible via PATH.
> 
>  http://home-tj.org/gitui/files/gitui-200504281405.tar.gz

Very nice, I like it a lot, thanks for doing this.

greg k-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-04-28  5:14 [ANNOUNCE] gitkdiff 0.1 Tejun Heo
  2005-04-28  5:49 ` Greg KH
@ 2005-04-28 10:36 ` Ingo Molnar
  2005-04-28 11:01   ` Tejun Heo
  2005-12-09 10:45 ` Horst Kronstorfer
  2 siblings, 1 reply; 9+ messages in thread
From: Ingo Molnar @ 2005-04-28 10:36 UTC (permalink / raw)
  To: Tejun Heo; +Cc: git


* Tejun Heo <htejun@gmail.com> wrote:

>  Hello, guys.
> 
>  I've hacked tkdiff and made a commit viewing utility.  Just download
> the following tarball and unpack it whereever PATH points to.  It
> assumes that all base git executables are visible via PATH.
> 
>  http://home-tj.org/gitui/files/gitui-200504281405.tar.gz

very nice!

there's only one other utility i'm missing: a tool that does the 
equivalent of 'bk annotate' - and to possibly integrate it with gitkdiff 
and git-viz. That would make 'history browsing' very powerful: to 
flexibly switch between changeset history graph view, annotated file 
view and changeset history within one utility.

	Ingo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-04-28 10:36 ` Ingo Molnar
@ 2005-04-28 11:01   ` Tejun Heo
  0 siblings, 0 replies; 9+ messages in thread
From: Tejun Heo @ 2005-04-28 11:01 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: git

Ingo Molnar wrote:
> * Tejun Heo <htejun@gmail.com> wrote:
> 
> 
>> Hello, guys.
>>
>> I've hacked tkdiff and made a commit viewing utility.  Just download
>>the following tarball and unpack it whereever PATH points to.  It
>>assumes that all base git executables are visible via PATH.
>>
>> http://home-tj.org/gitui/files/gitui-200504281405.tar.gz
> 
> 
> very nice!
> 
> there's only one other utility i'm missing: a tool that does the 
> equivalent of 'bk annotate' - and to possibly integrate it with gitkdiff 
> and git-viz. That would make 'history browsing' very powerful: to 
> flexibly switch between changeset history graph view, annotated file 
> view and changeset history within one utility.
> 
> 	Ingo

  Actually, I am thinking about making a full gui history thing.  With 
commit history graph, annoatated file history and all those stuff (I 
think it will look a lot like bk revtool).  Can't say how long it will 
take but maybe in a week.  So, if you have some ideas/suggestions, 
please let me know.

-- 
tejun

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-04-28  5:14 [ANNOUNCE] gitkdiff 0.1 Tejun Heo
  2005-04-28  5:49 ` Greg KH
  2005-04-28 10:36 ` Ingo Molnar
@ 2005-12-09 10:45 ` Horst Kronstorfer
  2005-12-09 12:56   ` Sven Verdoolaege
  2 siblings, 1 reply; 9+ messages in thread
From: Horst Kronstorfer @ 2005-12-09 10:45 UTC (permalink / raw)
  To: git

Tejun Heo <htejun <at> gmail.com> writes:

>  http://home-tj.org/gitui/files/gitui-200504281405.tar.gz

link is dead. any alternatives available?

-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-12-09 10:45 ` Horst Kronstorfer
@ 2005-12-09 12:56   ` Sven Verdoolaege
  2005-12-09 14:55     ` Tejun Heo
  0 siblings, 1 reply; 9+ messages in thread
From: Sven Verdoolaege @ 2005-12-09 12:56 UTC (permalink / raw)
  To: Horst Kronstorfer; +Cc: git

On Fri, Dec 09, 2005 at 10:45:33AM +0000, Horst Kronstorfer wrote:
> Tejun Heo <htejun <at> gmail.com> writes:
> 
> >  http://home-tj.org/gitui/files/gitui-200504281405.tar.gz
> 
> link is dead. any alternatives available?
> 
Probably not what you meant, but I think dirdiff does something similar.
Some changes again Paul's version are available from

http://www.liacs.nl/~sverdool/gitweb.cgi?p=dirdiff.git;a=summary

skimo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-12-09 12:56   ` Sven Verdoolaege
@ 2005-12-09 14:55     ` Tejun Heo
  0 siblings, 0 replies; 9+ messages in thread
From: Tejun Heo @ 2005-12-09 14:55 UTC (permalink / raw)
  To: skimo; +Cc: Horst Kronstorfer, git

Sven Verdoolaege wrote:
> On Fri, Dec 09, 2005 at 10:45:33AM +0000, Horst Kronstorfer wrote:
> 
>>Tejun Heo <htejun <at> gmail.com> writes:
>>
>>
>>> http://home-tj.org/gitui/files/gitui-200504281405.tar.gz
>>
>>link is dead. any alternatives available?
>>
> 
> Probably not what you meant, but I think dirdiff does something similar.
> Some changes again Paul's version are available from
> 
> http://www.liacs.nl/~sverdool/gitweb.cgi?p=dirdiff.git;a=summary
> 

http://home-tj.org/wiki/index.php/Mtkdiff

-- 
tejun

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [ANNOUNCE] gitkdiff 0.1
@ 2005-12-14 12:03 KRONSTORFER Horst
  2005-12-19  4:28 ` Tejun Heo
  0 siblings, 1 reply; 9+ messages in thread
From: KRONSTORFER Horst @ 2005-12-14 12:03 UTC (permalink / raw)
  To: Tejun Heo; +Cc: git

> Tejun Heo wrote:

>Sven Verdoolaege wrote:
>> On Fri, Dec 09, 2005 at 10:45:33AM +0000, Horst Kronstorfer wrote:
>> 
>>>Tejun Heo <htejun <at> gmail.com> writes:
>>>
>>>
>>>> http://home-tj.org/gitui/files/gitui-200504281405.tar.gz
>>>
>>>link is dead. any alternatives available?
>>>
>> 
>> Probably not what you meant, but I think dirdiff does something similar.
>> Some changes again Paul's version are available from
>> 
>> http://www.liacs.nl/~sverdool/gitweb.cgi?p=dirdiff.git;a=summary
>>

>http://home-tj.org/wiki/index.php/Mtkdiff

>--
>tejun

thanx for the link. app is really useful.
maybe you could state the app's dependencies on your wiki.
afaict that would be:
http://www.tcl.tk/ >= 8.4
http://cyberelk.net/tim/patchutils/
http://invisible-island.net/diffstat/

-h

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ANNOUNCE] gitkdiff 0.1
  2005-12-14 12:03 KRONSTORFER Horst
@ 2005-12-19  4:28 ` Tejun Heo
  0 siblings, 0 replies; 9+ messages in thread
From: Tejun Heo @ 2005-12-19  4:28 UTC (permalink / raw)
  To: KRONSTORFER Horst; +Cc: git

KRONSTORFER Horst wrote:
> 
> thanx for the link. app is really useful.
> maybe you could state the app's dependencies on your wiki.
> afaict that would be:
> http://www.tcl.tk/ >= 8.4
> http://cyberelk.net/tim/patchutils/
> http://invisible-island.net/diffstat/
> 
> -h

Thanks, just updated.

-- 
tejun

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-12-19  4:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28  5:14 [ANNOUNCE] gitkdiff 0.1 Tejun Heo
2005-04-28  5:49 ` Greg KH
2005-04-28 10:36 ` Ingo Molnar
2005-04-28 11:01   ` Tejun Heo
2005-12-09 10:45 ` Horst Kronstorfer
2005-12-09 12:56   ` Sven Verdoolaege
2005-12-09 14:55     ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2005-12-14 12:03 KRONSTORFER Horst
2005-12-19  4:28 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).