git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Andy Parkins <andyparkins@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <junkio@cox.net>,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	"Shawn O. Pearce" <spearce@spearce.org>
Subject: Re: [RFC/PATCH] commit-tree: bump MAX_PARENTS to 128
Date: Tue, 27 Feb 2007 06:39:38 -0500	[thread overview]
Message-ID: <20070227113938.GA5423@coredump.intra.peff.net> (raw)
In-Reply-To: <200702271131.57856.andyparkins@gmail.com>

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). :)

-Peff

  reply	other threads:[~2007-02-27 11:39 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 [this message]
2007-02-27 14:04                 ` Jakub Narebski
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=20070227113938.GA5423@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=andyparkins@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=spearce@spearce.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).