Re: Git very slow ?

2015-03-08 Thread Ken Moffat
On Sun, Mar 08, 2015 at 12:39:10PM -0700, Linus Torvalds wrote: > On Sun, Mar 8, 2015 at 12:02 PM, Ken Moffat wrote: > > > > The comments on git bisect were for linus'skernel tree, on a local > > disk. 2.3GB of repo, just under 57000 files. > > Ugh. I hope you are talking about checked-out size.

Re: Git very slow ?

2015-03-08 Thread Linus Torvalds
On Sun, Mar 8, 2015 at 12:37 PM, David Kastrup wrote: > > Since git blame outputs everything once it is finished ("the first > screen" is purely the pager's business), it needs to unpack the entire > history of the file (unless no blameable lines remain at all) and look > at it. 6 seconds tends n

Re: Git very slow ?

2015-03-08 Thread Linus Torvalds
On Sun, Mar 8, 2015 at 12:02 PM, Ken Moffat wrote: > > The comments on git bisect were for linus'skernel tree, on a local > disk. 2.3GB of repo, just under 57000 files. Ugh. I hope you are talking about checked-out size. [torvalds@i7 linux]$ du -sh .git 850M .git because otherwise it so

Re: Git very slow ?

2015-03-08 Thread David Kastrup
Ken Moffat writes: > On Sun, Mar 08, 2015 at 05:21:22PM +0100, David Kastrup wrote: > >> Particularly not git-blame in 2.1. I should be quite surprised to see >> any git-blame call running noticeably slower in 2.1 than in any >> preceding version. >> >> What may have happened is that the reposi

Re: Git very slow ?

2015-03-08 Thread Ken Moffat
On Sun, Mar 08, 2015 at 05:21:22PM +0100, David Kastrup wrote: > Kevin D writes: > > > On Sat, Mar 07, 2015 at 01:30:07AM +, Ken Moffat wrote: > >> Hi, please CC me if that is not your usual fashion, because I am not > >> subscribed. > >> > >> I use git for my build scripts - those are acces

Re: Git very slow ?

2015-03-08 Thread Ken Moffat
On Sun, Mar 08, 2015 at 04:51:36PM +0100, Kevin D wrote: > On Sat, Mar 07, 2015 at 01:30:07AM +, Ken Moffat wrote: > > Hi, please CC me if that is not your usual fashion, because I am not > > subscribed. > > > > I use git for my build scripts - those are accessed over nfs. Since > > I started

Re: Git very slow ?

2015-03-08 Thread David Kastrup
Kevin D writes: > On Sat, Mar 07, 2015 at 01:30:07AM +, Ken Moffat wrote: >> Hi, please CC me if that is not your usual fashion, because I am not >> subscribed. >> >> I use git for my build scripts - those are accessed over nfs. Since >> I started using 2.1 and later (I don't think I used 2

Re: Git very slow ?

2015-03-08 Thread Kevin D
On Sat, Mar 07, 2015 at 01:30:07AM +, Ken Moffat wrote: > Hi, please CC me if that is not your usual fashion, because I am not > subscribed. > > I use git for my build scripts - those are accessed over nfs. Since > I started using 2.1 and later (I don't think I used 2.0) commands > such as 'c

Git very slow ?

2015-03-06 Thread Ken Moffat
Hi, please CC me if that is not your usual fashion, because I am not subscribed. I use git for my build scripts - those are accessed over nfs. Since I started using 2.1 and later (I don't think I used 2.0) commands such as 'commit' take a long time before anything happens. I assumed that the new