Found 11 matching messages (0.067 seconds). Page 1 of 1.
... have an option like
>
> git diff --gui [revisions]
git - Robin Rosenberg - Mar 18 2007 - 11:06
... like me) to
have an option like
git diff --gui [revisions]
git - Raimund Bauer - Mar 18 2007 - 09:16
... to
> have an option like
>
> git diff --gui [revisions]
git - Christian MICHON - Mar 18 2007 - 17:39
... 18 Mar 2007, Robin Rosenberg wrote: > > git diff HEAD^..HEAD | kompare - > > BTW here, " ... you tried something like "GIT_PAGER='kompare -' git diff > HEAD^..HEAD"? Doesn't work here. ... , that's because of the colored-diff settings. I you have color.diff ...
git - Robin Rosenberg - Mar 18 2007 - 19:51
... .tool)?
> > Or by specifying on the commandline:
> >
> > git diff --gui=
git - Raimund Bauer - Mar 19 2007 - 12:44
... with something, that 1.) also works in the multi-file case 2.) can take all the usual object and revision specifiers that git diff takes. And then there's gitk integration ... But I'll take a look at it ;-) > Ciao, > Dscho -- best regards ...
git - Raimund Bauer - Mar 19 2007 - 16:29
Hi, On Sun, 18 Mar 2007, Robin Rosenberg wrote: > s
git - Johannes Schindelin - Mar 18 2007 - 19:09
Hi, On Mon, 19 Mar 2007, Robin Rosenberg wrote: > m
git - Johannes Schindelin - Mar 18 2007 - 20:09
On Monday, March 19, Johannes Schindelin wrote: > > s
git - Raimund Bauer - Mar 19 2007 - 04:14
Hi, On Mon, 19 Mar 2007, Raimund Bauer wrote: > On Monday, March 19, Johannes Schindelin wrote: > > > s
git - Johannes Schindelin - Mar 19 2007 - 09:00
Hi, On Mon, 19 Mar 2007, Raimund Bauer wrote: > $ git show v1.4.0:git.c > git.c.v1.4.0 > $ git show v1.4.4:git.c > git.c.v1.4.4 > $ tkdiff git.c.v1.4.0 git.c.v1.4.4 > $ rm git.c.v1.4.0 git.c.v1.4.4 This almost looks like a script! Why don't
git - Johannes Schindelin - Mar 19 2007 - 12:49