git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Petr Baudis <pasky@ucw.cz>
Cc: "H. Peter Anvin" <hpa@zytor.com>, Git Mailing List <git@vger.kernel.org>
Subject: Re: kernel.org now has gitweb installed
Date: Thu, 28 Apr 2005 09:29:15 +0100	[thread overview]
Message-ID: <1114676955.12012.346.camel@baythorne.infradead.org> (raw)
In-Reply-To: <20050428081005.GG8612@pasky.ji.cz>

On Thu, 2005-04-28 at 10:10 +0200, Petr Baudis wrote:
>   Linus                     ASM (Anonymous Subsystem Maintainer)
> 
>     |------------------------.
>    A|                        |B
>     |                        |
>     |                        \-------------\
>     |                        :             |
>     \------------------------\             |E
>    C|                        |D            |
>     |                        /-------------/
>     |                        |F
>     /------------------------/
> 
> How would you show that? F E D C B A? F D C A E B?

Let us assume that C and A were already in Linus' tree (and on our web
page) yesterday. Thus, they should be last. The newly-pulled stuff
should be first -- FEDBCA.

I'd say "depth-first, remote parent first" but that would actually show
show 'A' (as a parent of D) long before it shows C. Walking of remote
parents should stop as soon as we hit a commit which was accessible
through a more local parent, rather than as soon as we hit a commit
which we've already printed. Maybe it should be something like depth-
first, local parent first, but _reversed_?

The latter is what the mailing list feeder does, but that has the
advantage of being about to use 'rev-tree $today ^$yesterday' so we
_know_ we're excluding the ones people have already seen. Hence I
haven't really paid that much attention to getting the order strictly
correct.

(Yes, I know that strictly speaking, git has no concept of 'remote' or
'local' parents. But the ordering of the two parents in a Cogito merge
or pull hasn't changed, has it?)

-- 
dwmw2



  reply	other threads:[~2005-04-28  8:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-28  1:38 kernel.org now has gitweb installed H. Peter Anvin
2005-04-28  4:17 ` Daniel Jacobowitz
2005-04-28  7:35 ` David Woodhouse
2005-04-28  8:10   ` Petr Baudis
2005-04-28  8:29     ` David Woodhouse [this message]
2005-04-28  9:23       ` David Woodhouse
2005-04-28 18:55         ` Linus Torvalds
2005-04-28 21:20           ` David Woodhouse
2005-04-28 21:40             ` Linus Torvalds
2005-04-28 21:47               ` David Woodhouse
2005-04-28 21:50             ` H. Peter Anvin
2005-04-28 21:52             ` H. Peter Anvin
2005-04-28 22:12               ` Linus Torvalds
2005-04-28 22:12               ` David Woodhouse
2005-04-29  2:46                 ` Jan Harkes
2005-04-28 21:21           ` Junio C Hamano
2005-04-28 21:23             ` David Woodhouse
2005-04-28 21:44               ` Junio C Hamano
2005-04-28 22:04                 ` Linus Torvalds
2005-04-28 22:59               ` Gerhard Schrenk
2005-04-28 21:38             ` David Woodhouse
2005-04-28 21:49               ` Junio C Hamano
2005-04-28 21:44             ` Linus Torvalds

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=1114676955.12012.346.camel@baythorne.infradead.org \
    --to=dwmw2@infradead.org \
    --cc=git@vger.kernel.org \
    --cc=hpa@zytor.com \
    --cc=pasky@ucw.cz \
    /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).