Re: [PATCH] gitk: simplify file filtering

2013-05-13 Thread Junio C Hamano
Paul Mackerras writes: > On Sun, May 12, 2013 at 03:54:14PM -0700, Junio C Hamano wrote: >> >> Thanks; is this the last one for this cycle and is your usual branch >> ready to be pulled? > > It is now; please pull from the usual place, > git://ozlabs.org/~paulus/gitk.git. > > Thanks, Thanks. H

Re: [PATCH] gitk: simplify file filtering

2013-05-13 Thread Paul Mackerras
On Mon, May 13, 2013 at 10:58:49AM +0200, Stefan Haller wrote: > > Would you also consider Tair Sabirgaliev's v2 patch for not launching > gitk in the background on Mac? This fixes a very serious usability > problem. > > Yes, I

Re: [PATCH] gitk: simplify file filtering

2013-05-13 Thread Paul Mackerras
On Sun, May 12, 2013 at 03:54:14PM -0700, Junio C Hamano wrote: > > Thanks; is this the last one for this cycle and is your usual branch > ready to be pulled? It is now; please pull from the usual place, git://ozlabs.org/~paulus/gitk.git. Thanks, Paul. -- To unsubscribe from this list: send the

Re: [PATCH] gitk: simplify file filtering

2013-05-13 Thread Stefan Haller
Paul Mackerras wrote: > On Sun, May 12, 2013 at 03:54:14PM -0700, Junio C Hamano wrote: > > > Thanks; is this the last one for this cycle and is your usual branch > > ready to be pulled? > > I'm still deciding whether to put in Martin Langhoff's patch with a > modified label ("changing lines mat

Re: [PATCH] gitk: simplify file filtering

2013-05-12 Thread Paul Mackerras
On Sun, May 12, 2013 at 03:54:14PM -0700, Junio C Hamano wrote: > Paul Mackerras writes: > > > On Sat, Apr 27, 2013 at 05:01:39PM -0500, Felipe Contreras wrote: > >> git diff is perfectly able to do this with '-- files', no need for > >> manual filtering. > >> > >> Signed-off-by: Felipe Contrera

Re: [PATCH] gitk: simplify file filtering

2013-05-12 Thread Junio C Hamano
Paul Mackerras writes: > On Sat, Apr 27, 2013 at 05:01:39PM -0500, Felipe Contreras wrote: >> git diff is perfectly able to do this with '-- files', no need for >> manual filtering. >> >> Signed-off-by: Felipe Contreras > > Thanks, applied, with the commit message expanded to say that this > ma

Re: [PATCH] gitk: simplify file filtering

2013-05-11 Thread Paul Mackerras
On Sat, Apr 27, 2013 at 05:01:39PM -0500, Felipe Contreras wrote: > git diff is perfectly able to do this with '-- files', no need for > manual filtering. > > Signed-off-by: Felipe Contreras Thanks, applied, with the commit message expanded to say that this makes gettreediffs do the same as getb

[PATCH] gitk: simplify file filtering

2013-04-27 Thread Felipe Contreras
git diff is perfectly able to do this with '-- files', no need for manual filtering. Signed-off-by: Felipe Contreras --- gitk-git/gitk | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index b3706fc..0863877 100755 --- a/gitk-