Re: [RFC/PATCH] gitk: Visualize a merge commit with a right-click in gitk

2012-12-31 Thread Jason Holden
On Mon, Dec 31, 2012 at 03:27:36PM +1100, Paul Mackerras wrote: > > Thanks for the patch. I have a couple of comments about it. First, > the exec command waits for the process to complete, which means that > the initial gitk GUI will be unresponsive until the user quits the > gitk window showing

Re: [RFC/PATCH] gitk: Visualize a merge commit with a right-click in gitk

2012-12-30 Thread Paul Mackerras
On Sat, Dec 29, 2012 at 07:16:16PM -0500, Jason Holden wrote: > When first doing a merge in git-gui, the "Visualize Merge" button is > quite helpful to visualize the changes due to a merge. > But once the merge is complete, there's not a similarly convenient > way to recreate that merge view in gi

[RFC/PATCH] gitk: Visualize a merge commit with a right-click in gitk

2012-12-29 Thread Jason Holden
When first doing a merge in git-gui, the "Visualize Merge" button is quite helpful to visualize the changes due to a merge. But once the merge is complete, there's not a similarly convenient way to recreate that merge view in gitk. This commit adds to gitk the ability to right-click on a merge com