From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [RFC/PATCH] commit-tree: bump MAX_PARENTS to 128
Date: Tue, 27 Feb 2007 15:04:56 +0100 [thread overview]
Message-ID: <es1dm2$kt6$2@sea.gmane.org> (raw)
In-Reply-To: 20070227113938.GA5423@coredump.intra.peff.net
Jeff King wrote:
> On Tue, Feb 27, 2007 at 11:31:52AM +0000, Andy Parkins wrote:
>
>>> there are dozens of repositories; I would now like to group them in the
>>> same repo for ease of clone/fetch.
>>
>> It doesn't have fetch or clone support, but perhaps my poorman's submodule
>> code will help you a bit, until real submodule support appears in git.
>
> Thanks for the pointer, but it doesn't handle one of my pet peeves with
> many repositories: fetching 25 repositories takes a long time. I have a
> "look at every repository and see if anything needs fetched or pushed"
> script; it takes about 0.5-1.0 seconds per repository. Turning 25
> fetches into 1 makes it a lot nicer to use.
>
> So of all the problems hoped to be solved by submodule support, I think
> your poor man's submodule support solves the ones I don't care about
> (tracking external repositories with merge resolution) but not the one I
> do (fetch/clone effort). :)
See http://git.or.cz/gitwiki/SubprojectSupport which mentions prototype
submodules/subprojects implementation by Martin Waitz, with having link
to submodule commit in the tree (so tree have links to trees, to blobs,
and to submodules/commits).
BTW. Andy, could you add note about your lightweight submodule support
to this page? TIA.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2007-02-27 14:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-26 12:15 [RFC/PATCH] commit-tree: bump MAX_PARENTS to 128 Jeff King
2007-02-26 14:31 ` Shawn O. Pearce
2007-02-26 16:38 ` Johannes Schindelin
2007-02-27 8:16 ` Junio C Hamano
2007-02-27 8:19 ` Jeff King
2007-02-27 10:23 ` Junio C Hamano
2007-02-27 10:52 ` Jeff King
2007-02-27 11:06 ` Junio C Hamano
2007-02-27 11:31 ` Andy Parkins
2007-02-27 11:39 ` Jeff King
2007-02-27 14:04 ` Jakub Narebski [this message]
2007-02-27 15:46 ` Johannes Schindelin
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='es1dm2$kt6$2@sea.gmane.org' \
--to=jnareb@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.