On Tuesday, July 3, 2012 10:58:33 AM UTC+2, jack sparrow wrote: > > does it justify the git status to take more than a minute ? >
I just asked around on the #git irc channel, and they confirmed that with 80k files, on a regular hard-drive, running git-status (cold = the first time), one minute can be expected. Some things you can try: - Do regular work on a RAM-disk <http://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 these tend to speed up Git repository operations significantly - Split your repository into several smaller ones -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/AMtnw2Q31FYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
