problematic git log submodule-dir/

2014-01-20 Thread Paweł Sikora
Hi all. i've noticed that 'git log submodule-dir' and 'git log submodule-dir/' return different results (module's head changes vs. nothing). is it a bug? looks like a trailing slash is a problem for git-log. tested on git-1.8.5.3-2.fc20.x86_64. BR, Paweł. -- gpg key fingerprint = 60B4 9886 AD5

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 chec

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

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). >

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