On Tue, Aug 17, 2010 at 11:24 AM, Tony Luck <tony.luck@intel.com> wrote:
Setting up for "git pull" would have been messy - but "git grep" is
multi-threaded in newer versions of git. So I've set a loop to keep
running "git grep" over and over. Load average is above 7, so
there must be some threading going on, even though I only see
one "git" process in "top(1)". Seems to be running fine so far.
-Tony
--