I have just put a new version of gitk at:
http://ozlabs.org/~paulus/gitk-0.9
I'm pretty happy with the display side of it now. When you select a
commit it displays the full diff below the commit comments in the
bottom-left pane, with the diff displayed nicely with red and green
backgrounds for the removed and added lines. There is still plenty to
do in the areas of user preferences, menus, find facility, etc.
Paul.
On 5/12/05, Paul Mackerras [off-list ref] wrote:
I have just put a new version of gitk at:
http://ozlabs.org/~paulus/gitk-0.9
Very, very nice and useful. Thank you!
Btw, how does the tree look like with unconnected (unmerged) branches?
And the case where Linus just pointed HEAD to most recent commit?
There are some confusing interconnections in the tree, like around this commit:
"Author: David Woodhouse [off-list ref] 2005-05-05 14:59:37
Committer: David Woodhouse [off-list ref] 2005-05-05 14:59:37
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"
(Maybe show sha1's, just for reference?)
And I got the error below trying to run gitk in kernel git (latest).
Probably because I
closed window before the script finished something.
Error in startup script: invalid command name ".ctop.clist.canv"
while executing
"$canv create line $x $linestarty($level) $x $canvy -width 2 -fill
$colormap($id)"
(procedure "drawgraph" line 40)
invoked from within
"drawgraph $start"
invoked from within
"if {$start != {}} {
drawgraph $start
}"
(file "/home/raa/bin/gitk" line 703)
--
Alex