From: Jon Seymour <jon.seymour@gmail.com>
To: Petr Baudis <pasky@ucw.cz>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add support for --wrt-author, --author and --exclude-author switches to git-rev-list
Date: Wed, 8 Jun 2005 20:52:49 +1000 [thread overview]
Message-ID: <2cfc40320506080352f50d351@mail.gmail.com> (raw)
In-Reply-To: <2cfc403205060802315ba2433a@mail.gmail.com>
Ok, this is how --wrt-author sorts your example:
(Original example transposed so that variable width fonts don't play
havoc with the layout)
a10 b9
| \ |
a9 b8
| |
a8 b7
| |
a7 b6
| / |
a6 b5
| \ |
a5 b4
| |
a4 b3
| \ |
a3 b2
| |
a2 b1
| /
a1
with respect to a and b respectively
A B
| b9 | b9
^ a10 ^ a10
| b8 | a9
| b7 | a8
| b6 | a7
| b5 ^ b8
^ a9 | b7
| a8 | b6
| a7 | a6
| a6 | a5
| b4 | a4
| b3 | a3
^ a5 | a2
| a4 ^ b5
| b2 | b4
| b1 | b3
^ a3 | b2
| a2 | b1
= a1 = a1
In otherwords, B doesn't see any of A's changes after a1 until b6,
whereas A sees some of B's changes at a4 and some at a6, then not
again until a10.
jon.
next prev parent reply other threads:[~2005-06-08 10:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-07 9:15 [PATCH] Add support for --wrt-author, --author and --exclude-author switches to git-rev-list Jon Seymour
2005-06-07 9:30 ` Jon Seymour
2005-06-07 9:49 ` Petr Baudis
[not found] ` <2cfc403205060702594da21fb1@mail.gmail.com>
[not found] ` <2cfc403205060702596dee7341@mail.gmail.com>
2005-06-07 15:58 ` Jon Seymour
2005-06-08 0:54 ` Jon Seymour
2005-06-08 8:58 ` Petr Baudis
2005-06-08 9:31 ` Jon Seymour
2005-06-08 10:52 ` Jon Seymour [this message]
2005-06-08 11:14 ` Jon Seymour
2005-06-08 16:36 ` [WITHDRAW PATCH] " Jon Seymour
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=2cfc40320506080352f50d351@mail.gmail.com \
--to=jon.seymour@gmail.com \
--cc=git@vger.kernel.org \
--cc=jon@blackcubes.dyndns.org \
--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).