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 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. http://permalink.gmane.org/gmane.comp.version-control.git/43 Yes, I put it

Re: [PATCH] gitk: simplify file filtering

2013-05-13 Thread Junio C Hamano
Paul Mackerras pau...@samba.org 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,

Re: [PATCH] gitk: simplify file filtering

2013-05-12 Thread Junio C Hamano
Paul Mackerras pau...@samba.org 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 felipe.contre...@gmail.com Thanks, applied, with the commit

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 pau...@samba.org 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

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 felipe.contre...@gmail.com Thanks, applied, with the commit message expanded to say that this makes

[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 felipe.contre...@gmail.com --- gitk-git/gitk | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index