From: Daniel Barkalow <barkalow@iabervon.org>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Junio C Hamano <junkio@cox.net>, git@vger.kernel.org
Subject: Re: [PATCH] Do not call git-rev-list from git-fetch-pack
Date: Fri, 21 Oct 2005 16:25:20 -0400 (EDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0510211618420.25300@iabervon.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0510211111440.4950@wbgn013.biozentrum.uni-wuerzburg.de>
On Fri, 21 Oct 2005, Johannes Schindelin wrote:
> Hi,
>
> On Fri, 21 Oct 2005, Junio C Hamano wrote:
>
> > Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> >
> > > + Branch1 has 40 commits since it last merged with branch2,
> > > + and branch2 has 2 more commits since then.
> > > +
> > > + On the other end, branch1 is up-to-date, but branch2 is not.
> > > + When fetching branch1, the 40 commits get sent, the first
> > > + is acknowledged as common, and the local head of branch2
> > > + never gets sent.
> > > +
> > > + As a consequence, the whole history of branch2
> > > + (git-rev-list branch2 ^branch1) gets packed and transmitted.
> >
> > Arrrgggggggh. The description above captures the essense of the
> > problem very well, but faking dates and still popping by recency
> > looks like a really ugly hack to me.
>
> It is ugly. But it is a good heuristic. And the code is simple, because I
> could use the existing functions for inserting into a commit_list.
The existing functions aren't really very complicated. You could easily
separate out the pop and the adding of parents, and go first through a
list of tips and then through the date-sorted list of ancestors. And I
think that separation would be useful for some changes Linus was making to
rev-list recently.
-Daniel
*This .sig left intentionally blank*
next prev parent reply other threads:[~2005-10-21 20:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-21 2:15 [PATCH] Do not call git-rev-list from git-fetch-pack Johannes Schindelin
2005-10-21 8:51 ` Junio C Hamano
2005-10-21 9:35 ` Johannes Schindelin
2005-10-21 17:11 ` Junio C Hamano
2005-10-21 19:44 ` Johannes Schindelin
2005-10-21 21:32 ` Junio C Hamano
2005-10-22 0:35 ` Johannes Schindelin
2005-10-21 20:25 ` Daniel Barkalow [this message]
2005-10-21 21:08 ` 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=Pine.LNX.4.64.0510211618420.25300@iabervon.org \
--to=barkalow@iabervon.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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