On Mon, 4 Jul 2005, Linus Torvalds wrote:
>
> I'm making something based on pack-files.
Ok, as of a few minutes ago there's now a pack-based "git clone" there. Of
course, it hasn't percolated out to the mirrors yet, so you'll not see it
for a while unless you have a master.kernel.org account
> "DSM" == David S Miller <[EMAIL PROTECTED]> writes:
DSM> Looks interesting. Any particular reason to use "cpio"
DSM> instead of "cp"?
No particular reason other than I am just used to doing things
that way.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a
From: Junio C Hamano <[EMAIL PROTECTED]>
Date: Mon, 04 Jul 2005 14:40:11 -0700
> > "DSM" == David S Miller <[EMAIL PROTECTED]> writes:
>
> DSM> I keep hoping git-clone-script is going to be a good way
> DSM> to clone two local trees. Is my hope misguided? :-)
>
> Something along these line
On Mon, 4 Jul 2005, David S. Miller wrote:
>
> I keep hoping git-clone-script is going to be a good way
> to clone two local trees. Is my hope misguided? :-)
Well, I'm not working on it, but tested patches...
Linus
-
To unsubscribe from this list: send the line "unsubscribe g
> "DSM" == David S Miller <[EMAIL PROTECTED]> writes:
DSM> I keep hoping git-clone-script is going to be a good way
DSM> to clone two local trees. Is my hope misguided? :-)
Something along these lines?
Short-cut "git fetch" when cloning locally.
Instead of calling local-pull t
From: Petr Baudis <[EMAIL PROTECTED]>
Date: Mon, 4 Jul 2005 22:42:35 +0200
> Dear diary, on Mon, Jul 04, 2005 at 10:39:09PM CEST, I got a letter
> where Linus Torvalds <[EMAIL PROTECTED]> told me that...
> > That said, the pack-file thing I'm working on won't be perfect either, and
> > the main ad
Dear diary, on Mon, Jul 04, 2005 at 10:39:09PM CEST, I got a letter
where Linus Torvalds <[EMAIL PROTECTED]> told me that...
> That said, the pack-file thing I'm working on won't be perfect either, and
> the main advantage is that it should work over ssh. The fastest way to do
> a clone is really t
On Mon, 4 Jul 2005, David S. Miller wrote:
>
> I can't be the only person in the world seeing this :-)
> It usually grows to around 88MB and runs for 8 minutes before
> it finishes.
I'm making something based on pack-files.
git-local-pull is indeed walking the whole tree and copying one file a
I'm still seeing git-local-pull going crazy when attemping local
clones of kernel trees, this is from top:
22032 davem 18 0 63392 59m 920 R 76.0 5.9 5:33.15 git-local-pull
and it's still chugging along. This is from a simple:
bash$ git-clone-script /home/davem/src/GIT/linux-2.6
9 matches
Mail list logo