From: Petr Baudis <pasky@suse.cz>
To: Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [RFC][RESEND][PATCH] Allow fetching from multiple repositories at once
Date: Sat, 23 Sep 2006 21:14:39 +0200 [thread overview]
Message-ID: <20060923191439.GD20017@pasky.or.cz> (raw)
In-Reply-To: <ef3vb6$69d$1@sea.gmane.org>
Dear diary, on Sat, Sep 23, 2006 at 08:45:01PM CEST, I got a letter
where Jakub Narebski <jnareb@gmail.com> said that...
> Petr Baudis wrote:
>
> > This patch enables fetching multiple repositories at once over the Git
> > protocol (and SSH, and locally if git-fetch-pack is your cup of coffee
> > there). This is done especially for the xorg people who have tons of
> > repositories and dislike pulls much slower than they were used to with CVS.
> > I'm eager to hear how this affects the situation.
> [...]
>
> I see that objects got to the one shared object database. Where the heads
> (refs) go to? Separate projects have separate ref spaces, even if they share
> object database...
git-fetch-pack actually does not save the refs at all, that's the job of
the porcelain (either git-fetch or cg-fetch). git-fetch-pack just emits
the refs list on stdout. See the script in a followup for an example of
a multirepo-aware porcelain wrapper.
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
prev parent reply other threads:[~2006-09-23 19:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-23 16:45 [RFC][RESEND][PATCH] Allow fetching from multiple repositories at once Petr Baudis
2006-09-23 16:57 ` A Large Angry SCM
2006-09-23 17:04 ` Petr Baudis
2006-09-23 17:23 ` Johannes Schindelin
2006-09-23 17:39 ` Petr Baudis
2006-09-23 17:54 ` Johannes Schindelin
2006-09-23 18:05 ` Petr Baudis
2006-09-23 18:14 ` Johannes Schindelin
2006-09-23 19:17 ` Petr Baudis
2006-09-23 19:35 ` Junio C Hamano
2006-09-23 17:06 ` Petr Baudis
2006-09-23 18:45 ` Jakub Narebski
2006-09-23 19:14 ` Petr Baudis [this message]
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=20060923191439.GD20017@pasky.or.cz \
--to=pasky@suse.cz \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/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).