Re: Git status takes too long- How to improve the performance of git

2016-11-24 Thread MaryTurner
Nice -- View this message in context: http://git.661346.n2.nabble.com/Git-status-takes-too-long-How-to-improve-the-performance-of-git-tp7657456p7657457.html Sent from the git mailing list archive at Nabble.com.

Re: Git status takes too long- How to improve the performance of git

2016-11-16 Thread Fredrik Gustafsson
On Wed, Nov 16, 2016 at 05:13:57PM +0530, Renuka Pampana wrote: > > On Tue, Nov 15, 2016 at 02:33:12AM -0700, ravalika wrote: > > > It is an centralized server and git status takes too long > > > > A centralized server? How? git is designed to be runned locally. If > > you're running git on a netwo

Re: Git status takes too long- How to improve the performance of git

2016-11-15 Thread Heiko Voigt
On Tue, Nov 15, 2016 at 02:33:12AM -0700, ravalika wrote: > Number of files - 63883 Since you also posted this to the "Git for Windows" mailinglist I assume that you are using Windows. Reduce the number of files. For example split the repository into two one for documentation and one for source. T

Re: Git status takes too long- How to improve the performance of git

2016-11-15 Thread Christian Couder
On Tue, Nov 15, 2016 at 11:24 AM, Fredrik Gustafsson wrote: > On Tue, Nov 15, 2016 at 02:33:12AM -0700, ravalika wrote: [...] >> And I have experimented the following ways >> - - Setting core.ignorestat to true >> - - Git gc &git clean >> - - Shallow clone – Reducin

Re: Git status takes too long- How to improve the performance of git

2016-11-15 Thread Fredrik Gustafsson
Hi, On Tue, Nov 15, 2016 at 02:33:12AM -0700, ravalika wrote: > We are using git-1.8.2 version for version control. That's a three (almost four) year old version of git. Your first test should be to see if an upgrade to a recent version will improve things. > It is an centralized server and git

Git status takes too long- How to improve the performance of git

2016-11-15 Thread ravalika
Hi All, We are using git-1.8.2 version for version control. It is an centralized server and git status takes too long How to improve the performance of git status Git repo details: Size of the .git folder is 8.9MB Number of commits approx 53838 (git rev-list HEAD --count) Number of branches