Git development
 help / color / mirror / Atom feed
* Re: [RFH] What do you think about adding graphical merge to git-gui?
       [not found] <200803071240.09999.jnareb@gmail.com>
@ 2008-03-07 11:54 ` Johannes Schindelin
  2008-03-07 13:46   ` Jakub Narebski
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2008-03-07 11:54 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git, Shawn O. Pearce, Paul Mackerras

Hi,

On Fri, 7 Mar 2008, Jakub Narebski wrote:

> What do you think about adding "merge" subcommand to git-gui,
> or to be more exact adding tree-level merge and/or file-level
> merge tool to git-gui? I think we could "borrow" some code from
> TkDiff: http://tkdiff.sourceforge.net/ (which is also GPL)

Is there any reason not to use mergetool?

Ciao,
Dscho


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

* Re: [RFH] What do you think about adding graphical merge to git-gui?
  2008-03-07 11:54 ` [RFH] What do you think about adding graphical merge to git-gui? Johannes Schindelin
@ 2008-03-07 13:46   ` Jakub Narebski
  2008-03-07 13:53     ` Johannes Schindelin
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Narebski @ 2008-03-07 13:46 UTC (permalink / raw)
  To: Johannes Schindelin, git; +Cc: Shawn O. Pearce, Paul Mackerras

Hello!

Dnia piątek 7. marca 2008 12:54, Johannes Schindelin napisał:
> On Fri, 7 Mar 2008, Jakub Narebski wrote:
> 
>> What do you think about adding "merge" subcommand to git-gui,
>> or to be more exact adding tree-level merge and/or file-level
>> merge tool to git-gui? I think we could "borrow" some code from
>> TkDiff: http://tkdiff.sourceforge.net/ (which is also GPL)
> 
> Is there any reason not to use mergetool?

To quote original email:

>> Inspired by one of complaints in http://openradix.org/archives/349
>>
>> (Merging tools and file servers on Windows are lacking. Windows
>>  users expect the revision control to supply these tools.)

Besides "git gui merge" can be more Git-aware than for example TkDiff
invoked from git-mergetool. It can offer also resolution also to tree
level conflicts, such as rename/rename, rename/delete and rename/add,
delete/modify or for example the case when one side has file in 
subdirectory, and other has file in submodule.

-- 
Jakub Narebski
Poland

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

* Re: [RFH] What do you think about adding graphical merge to git-gui?
  2008-03-07 13:46   ` Jakub Narebski
@ 2008-03-07 13:53     ` Johannes Schindelin
  2008-03-07 15:21       ` Jakub Narebski
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2008-03-07 13:53 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git, Shawn O. Pearce, Paul Mackerras

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1160 bytes --]

Hi,

On Fri, 7 Mar 2008, Jakub Narebski wrote:

> Dnia piątek 7. marca 2008 12:54, Johannes Schindelin napisał:
> > On Fri, 7 Mar 2008, Jakub Narebski wrote:
> > 
> >> What do you think about adding "merge" subcommand to git-gui,
> >> or to be more exact adding tree-level merge and/or file-level
> >> merge tool to git-gui? I think we could "borrow" some code from
> >> TkDiff: http://tkdiff.sourceforge.net/ (which is also GPL)
> > 
> > Is there any reason not to use mergetool?
> 
> To quote original email:
> 
> >> Inspired by one of complaints in http://openradix.org/archives/349
> >>
> >> (Merging tools and file servers on Windows are lacking. Windows
> >>  users expect the revision control to supply these tools.)

Indeed, I had forgotten that, and your mail did not quote it either.

> Besides "git gui merge" can be more Git-aware than for example TkDiff 
> invoked from git-mergetool. It can offer also resolution also to tree 
> level conflicts, such as rename/rename, rename/delete and rename/add, 
> delete/modify or for example the case when one side has file in 
> subdirectory, and other has file in submodule.

Sure, go ahead.

Ciao,
Dscho

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

* Re: [RFH] What do you think about adding graphical merge to git-gui?
  2008-03-07 13:53     ` Johannes Schindelin
@ 2008-03-07 15:21       ` Jakub Narebski
  2008-03-07 15:27         ` Johannes Schindelin
  2008-03-08  1:19         ` Paul Mackerras
  0 siblings, 2 replies; 6+ messages in thread
From: Jakub Narebski @ 2008-03-07 15:21 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, Shawn O. Pearce, Paul Mackerras

Johannes Schindelin wrote:
> On Fri, 7 Mar 2008, Jakub Narebski wrote:
>> Dnia piątek 7. marca 2008 12:54, Johannes Schindelin napisał:
>>> On Fri, 7 Mar 2008, Jakub Narebski wrote:
>>> 
>>>> What do you think about adding "merge" subcommand to git-gui,
>>>> or to be more exact adding tree-level merge and/or file-level
>>>> merge tool to git-gui? I think we could "borrow" some code from
>>>> TkDiff: http://tkdiff.sourceforge.net/ (which is also GPL)
>>> 
>>> Is there any reason not to use mergetool?
[...]

>> Besides "git gui merge" can be more Git-aware than for example TkDiff 
>> invoked from git-mergetool. It can offer also resolution also to tree 
>> level conflicts, such as rename/rename, rename/delete and rename/add, 
>> delete/modify or for example the case when one side has file in 
>> subdirectory, and other has file in submodule.
> 
> Sure, go ahead.

Could you recommend some good (best if also free) documentation of 
Tcl/Tk, so I won't be doing "cargo cult" (copy'n'paste) programming?

-- 
Jakub Narebski
Poland

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

* Re: [RFH] What do you think about adding graphical merge to git-gui?
  2008-03-07 15:21       ` Jakub Narebski
@ 2008-03-07 15:27         ` Johannes Schindelin
  2008-03-08  1:19         ` Paul Mackerras
  1 sibling, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2008-03-07 15:27 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git, Shawn O. Pearce, Paul Mackerras

Hi,

On Fri, 7 Mar 2008, Jakub Narebski wrote:

> Could you recommend some good (best if also free) documentation of 
> Tcl/Tk, so I won't be doing "cargo cult" (copy'n'paste) programming?

AFAIR http://www.tcl.tk/ has some good links to tutorials.

Ciao,
Dscho


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

* Re: [RFH] What do you think about adding graphical merge to git-gui?
  2008-03-07 15:21       ` Jakub Narebski
  2008-03-07 15:27         ` Johannes Schindelin
@ 2008-03-08  1:19         ` Paul Mackerras
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Mackerras @ 2008-03-08  1:19 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: Johannes Schindelin, git, Shawn O. Pearce

Jakub Narebski writes:

> Could you recommend some good (best if also free) documentation of 
> Tcl/Tk, so I won't be doing "cargo cult" (copy'n'paste) programming?

Tcl/Tk normally comes with an extensive set of man pages.  Under
Debian there are tcl8.5-doc and tk8.5-doc packages, for instance, that
contain the man pages.  If you have them installed you can do "man
Tcl" to get an overview of the language, or "man lsearch" if you want
to find out the arguments, options and semantics for the lsearch
command, or "man canvas" if you want to know what the canvas widget
can do, and so on.

Paul.

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

end of thread, other threads:[~2008-03-08  1:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200803071240.09999.jnareb@gmail.com>
2008-03-07 11:54 ` [RFH] What do you think about adding graphical merge to git-gui? Johannes Schindelin
2008-03-07 13:46   ` Jakub Narebski
2008-03-07 13:53     ` Johannes Schindelin
2008-03-07 15:21       ` Jakub Narebski
2008-03-07 15:27         ` Johannes Schindelin
2008-03-08  1:19         ` Paul Mackerras

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