[git-users] Re: git status long time, gitignore

2012-07-13 Thread jack sparrow
On Wednesday, July 11, 2012 11:35:11 AM UTC+5:30, Thomas Ferris Nicolaisen wrote: ok still no luck, i've cloned the tree to my local hard disk running ubuntu in vmplayer on windows. i see the performance has become worse, now git status it is taking more than two minutes. this is a

[git-users] Re: git status long time, gitignore

2012-07-10 Thread jack sparrow
On Jul 4, 1:27 pm, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: For comparison with a real file system, I just cloned the linux repositoryhttps://github.com/torvalds/linux, which has 300k commits, 2,5 million objects and nearly 40k files in the work tree, and there git status takes 1-3

[git-users] Re: git status long time, gitignore

2012-07-04 Thread Thomas Ferris Nicolaisen
Oh, and run on an unencrypted disk if possible. The file system is on NFS, i am not sure if it is encrypted, as it is from my organisation i don't have the means to change any of that. Ah, why didn't you say so earlier? NFShttp://en.wikipedia.org/wiki/Network_File_Systemis no local

[git-users] Re: git status long time, gitignore

2012-07-04 Thread Thomas Ferris Nicolaisen
For comparison with a real file system, I just cloned the linux repositoryhttps://github.com/torvalds/linux, which has 300k commits, 2,5 million objects and nearly 40k files in the work tree, and there git status takes 1-3 seconds (new iMac with mechanical harddrive, 7200 rpm). -- You

[git-users] Re: git status long time, gitignore

2012-07-03 Thread Thomas Ferris Nicolaisen
On Tuesday, July 3, 2012 6:43:14 AM UTC+2, jack sparrow wrote: btw, what's the command to display the statistics like the number of objects tracked, no.of files in the repo etc ? Find number of objects with: git count-objects -v Number of files you can find using normal unix commands,

[git-users] Re: git status long time, gitignore

2012-07-03 Thread jack sparrow
On Jul 3, 11:27 am, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Tuesday, July 3, 2012 6:43:14 AM UTC+2, jack sparrow wrote: btw, what's the command to display the statistics like the number of objects tracked, no.of files in the repo etc ? Find number of objects with: git

[git-users] Re: git status long time, gitignore

2012-07-03 Thread Thomas Ferris Nicolaisen
Some things you can try: - Do regular work on a RAM-diskhttp://en.wikipedia.org/wiki/RAM_drive(if you have the memory to spare), but you must remember to always push to a proper disk before restarting your computer - Invest in a solid-state-drive http://lifehacker.com/ssd/, as

[git-users] Re: git status long time, gitignore

2012-07-02 Thread Thomas Ferris Nicolaisen
On Monday, July 2, 2012 6:40:02 AM UTC+2, jack sparrow wrote: i tried with git version 1.7.11.1, the issue still remains, this is a build repo from my organisation, unfortunately i can't replicate the build with that many files. GIT_TRACE is not helping either, it just throws the

[git-users] Re: git status long time, gitignore

2012-07-02 Thread jack sparrow
On Jul 2, 5:17 pm, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Monday, July 2, 2012 6:40:02 AM UTC+2, jack sparrow wrote: i tried with git version 1.7.11.1, the issue still remains,  this is a build repo from my organisation, unfortunately i can't replicate the build with that

[git-users] Re: git status long time, gitignore

2012-07-01 Thread Thomas Ferris Nicolaisen
On Sunday, July 1, 2012 6:19:28 AM UTC+2, jack sparrow wrote: On Jun 30, 1:13 am, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Friday, June 29, 2012 2:29:59 PM UTC+2, jack sparrow wrote: On Jun 29, 3:36 pm, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: It is possible

[git-users] Re: git status long time, gitignore

2012-06-30 Thread jack sparrow
On Jun 30, 1:13 am, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: On Friday, June 29, 2012 2:29:59 PM UTC+2, jack sparrow wrote: On Jun 29, 3:36 pm, Thomas Ferris Nicolaisen tfn...@gmail.com wrote: It is possible to place a .gitignore file in each directory, and Git will respect