From: "David S. Miller" <davem@davemloft.net>
To: git@vger.kernel.org
Subject: git-local-pull
Date: Sun, 26 Jun 2005 20:05:55 -0700 (PDT) [thread overview]
Message-ID: <20050626.200555.39157645.davem@davemloft.net> (raw)
I tried to start using git-clone-script to clone repositories
locally. It crunches on the disk for a couple of seconds,
that's fine, but then I notice the disk activity stop and
git-local-pull becomes cpu bound and grows to 80MB in size
over the course of 5 minutes.
Is this a side effect of the new pack/unpack stuff?
Compared to what this thing is doing, manually symlinking
the object database, copying over the HEAD, and building
the index file is significantly faster.
Actually, git-clone-script didn't build an index file.
So the compute time definitely came from something else
entirely.
next reply other threads:[~2005-06-27 2:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-27 3:05 David S. Miller [this message]
2005-06-27 5:20 ` git-local-pull Linus Torvalds
2005-06-27 5:31 ` git-local-pull Jeff Garzik
2005-06-27 18:46 ` git-local-pull Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050626.200555.39157645.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).