Re: [git-users] How to improve the Git status performance

2017-02-01 Thread Philip Oakley
- Original Message - From: Stephen Morton To: Git for human beings Cc: philipoak...@iee.org Sent: Wednesday, February 01, 2017 8:28 PM Subject: Re: [git-users] How to improve the Git status performance On Wednesday, 1 February 2017 00:42:51 UTC-5, Ravalika wrote

Re: [git-users] How to improve the Git status performance

2017-01-31 Thread Ravalika
of it's performance. >>> >>> Do have a rethink of the use of a centralised network file server for >>> the user repository. The network delays are killing you. >>> >>> Step one: Decentralise. >>> Step two: Distribute control. >>> Step three: fu

Re: [git-users] How to improve the Git status performance

2016-11-27 Thread Philip Oakley
beings Sent: Saturday, November 26, 2016 1:48 PM Subject: Re: [git-users] How to improve the Git status performance Based on the description in the git-status manual page, I don't think that it is performing any network operations. Changing the location of the server should not affect

Re: [git-users] How to improve the Git status performance

2016-11-26 Thread Mark Waite
e server for the >> user repository. The network delays are killing you. >> >> Step one: Decentralise. >> Step two: Distribute control. >> Step three: fun and profit (and speed!) >> >> Old habits die hard.. Try and get away from them >>

Re: [git-users] How to improve the Git status performance

2016-11-22 Thread Ravalika
ngs > *Sent:* Thursday, November 17, 2016 5:56 AM > *Subject:* [git-users] How to improve the Git status performance > > Hi All, > > We are using git-2.10.2 version for version control. > It is an centralized server and git status takes too long > > How to improve the perfor

Re: [git-users] How to improve the Git status performance

2016-11-16 Thread Philip Oakley
habits die hard.. Try and get away from them Philip - Original Message - From: Ravalika To: Git for human beings Sent: Thursday, November 17, 2016 5:56 AM Subject: [git-users] How to improve the Git status performance Hi All, We are using git-2.10.2 version for version

[git-users] How to improve the Git status performance

2016-11-16 Thread Ravalika
Hi All, We are using git-2.10.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