Re: slow git-cherry-pick.

2013-12-04 Thread Paweł Sikora
On Wednesday 04 of December 2013 08:07:23 Duy Nguyen wrote: > On Wed, Dec 4, 2013 at 3:13 AM, Thomas Rast wrote: > > Paweł Sikora writes: > > > > Umm, there's a gem here that the thread missed so far: > >> my git repo isn't very big[1] but it's checked out on the linear lvm > >> where random i/o

Re: slow git-cherry-pick.

2013-12-03 Thread Duy Nguyen
On Wed, Dec 4, 2013 at 3:13 AM, Thomas Rast wrote: > Paweł Sikora writes: >> > > Umm, there's a gem here that the thread missed so far: > >> my git repo isn't very big[1] but it's checked out on the linear lvm >> where random i/o generally hurts and strace shows that current git version >> perfor

Re: slow git-cherry-pick.

2013-12-03 Thread Thomas Rast
Paweł Sikora writes: > Umm, there's a gem here that the thread missed so far: > my git repo isn't very big[1] but it's checked out on the linear lvm > where random i/o generally hurts and strace shows that current git version > performs 2x{lstat}+1x{open,read,close} [2] on whole checkout before

Re: slow git-cherry-pick.

2013-12-03 Thread Paweł Sikora
On Monday 25 of November 2013 09:26:40 Junio C Hamano wrote: > Paweł Sikora writes: > > On Sunday 24 of November 2013 19:47:10 Duy Nguyen wrote: > >> On Sun, Nov 24, 2013 at 5:45 PM, Paweł Sikora wrote: > >> > i've recently reinstalled a fresh system (fc20-beta) on my workstation > >> > and obse

Re: slow git-cherry-pick.

2013-11-25 Thread Junio C Hamano
Paweł Sikora writes: > On Sunday 24 of November 2013 19:47:10 Duy Nguyen wrote: >> On Sun, Nov 24, 2013 at 5:45 PM, Paweł Sikora wrote: >> > i've recently reinstalled a fresh system (fc20-beta) on my workstation >> > and observing a big slowdown on git cherry-pick operation (git-1.8.4.2-1). >> >

Re: slow git-cherry-pick.

2013-11-24 Thread Paweł Sikora
On Sunday 24 of November 2013 19:47:10 Duy Nguyen wrote: > On Sun, Nov 24, 2013 at 5:45 PM, Paweł Sikora wrote: > > i've recently reinstalled a fresh system (fc20-beta) on my workstation > > and observing a big slowdown on git cherry-pick operation (git-1.8.4.2-1). > > the previous centos installa

Re: slow git-cherry-pick.

2013-11-24 Thread Duy Nguyen
On Sun, Nov 24, 2013 at 5:45 PM, Paweł Sikora wrote: > i've recently reinstalled a fresh system (fc20-beta) on my workstation > and observing a big slowdown on git cherry-pick operation (git-1.8.4.2-1). > the previous centos installation with an old git version works faster > (few seconds per cher

Re: slow git-cherry-pick.

2013-11-24 Thread Duy Nguyen
On Sun, Nov 24, 2013 at 7:47 PM, Duy Nguyen wrote: > On Sun, Nov 24, 2013 at 5:45 PM, Paweł Sikora wrote: >> i've recently reinstalled a fresh system (fc20-beta) on my workstation >> and observing a big slowdown on git cherry-pick operation (git-1.8.4.2-1). >> the previous centos installation wit

slow git-cherry-pick.

2013-11-24 Thread Paweł Sikora
Hi, i've recently reinstalled a fresh system (fc20-beta) on my workstation and observing a big slowdown on git cherry-pick operation (git-1.8.4.2-1). the previous centos installation with an old git version works faster (few seconds per cherry pick). now the same operation takes >1 min. my git re