Git development
 help / color / mirror / Atom feed
* Version of dirdiff to display diffs between git trees
@ 2005-05-06 13:18 Paul Mackerras
  2005-05-06 16:19 ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Mackerras @ 2005-05-06 13:18 UTC (permalink / raw)
  To: git

I have adapted my "dirdiff" program to be able to display differences
between git trees (without checking them out).  It can display the
differences between up to 5 trees, each of which can be either a git
tree (identified by a tree id, a commit id or a tag) or the working
directory.

The main window summarizes which files have changed.  Double-clicking
on a file name pops up a diff viewer window which displays the
differences between the different versions of the file in a
color-coded unidiff format.  I find it useful to copy .git/HEAD to
.git/OLD_HEAD before doing an update on my linux-2.6 repository, and
then after the update do

	girdiff OLD_HEAD HEAD

to see what has changed.  With the file list I can easily skip over
files that I'm not interested in and then use the diff viewer to look
at changes to files that I do care about.

I have called this version "girdiff" to distinguish it from my normal
dirdiff releases.  It is available at:

	http://ozlabs.org/~paulus/girdiff

If invoked as girdiff, or if invoked as dirdiff and the -g flag is
given, it will interpret its arguments as git trees rather than
directory or file names.  As a special case, the working directory is
indicated by ".".

This is still under development and there are probably bugs - let me
know if you find any.

Paul.




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

end of thread, other threads:[~2005-05-06 23:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-06 13:18 Version of dirdiff to display diffs between git trees Paul Mackerras
2005-05-06 16:19 ` Linus Torvalds
2005-05-06 18:53   ` Krzysztof Halasa
2005-05-06 19:07     ` Linus Torvalds
2005-05-07  0:01   ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox