Re: [PATCH] Run git status in the background.

2013-03-25 Thread Ramkumar Ramachandra
Fredrik Gustafsson wrote: > If core.preload is set to a non-zero value, every time a git command is > executed, git status will be runned in the background if the value of > core.preload is lower than the number of seconds since last run. Counting the number of seconds since the last run is gross.

[PATCH] Run git status in the background.

2013-03-21 Thread Fredrik Gustafsson
If core.preload is set to a non-zero value, every time a git command is executed, git status will be runned in the background if the value of core.preload is lower than the number of seconds since last run. Please see this thread: http://article.gmane.org/gmane.comp.version-control.git/218587 Thi