From: Rene Herman <rene.herman@keyaccess.nl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: GIT bisection range errors
Date: Fri, 09 May 2008 01:12:09 +0200 [thread overview]
Message-ID: <482388C9.2080909@keyaccess.nl> (raw)
In-Reply-To: <alpine.LFD.1.10.0805081557580.2940@woody.linux-foundation.org>
On 09-05-08 01:00, Linus Torvalds wrote:
> On Fri, 9 May 2008, Rene Herman wrote:
>> I'm in a git bisect and am experiencing strangeness. I did a
>>
>> $ git checkout -b rc v2.6.26-rc1
>> $ git bisect start
>> $ git bisect bad
>> $ git bisect good v2.6.25
>>
>> Yet, during this I'm finding myself at 2.6.25-rc6 and 2.6.25-rc8
>> as the last two results (both good...).
>
> This is very normal.
>
> Why?
>
> Because a lot (in fact, *most*) of the code that was merged after v2.6.25
> was released was actually *written* and committed long before v2.6.25.
>
> It just got merged into my tree much later.
>
> So what happens? The bisection run starts walking into all that history,
> and that history is *not* based on the released v2.6.25 at all, it's based
> on much earlier kernels (eg the -rc kernels).
>
> So what you see is perfectly normal and expected. It's only unexpected if
> you think of history as a linear thing, but it isn't - it's full of
> merging of code that was branched off from (much) earlier code points.
Ah. Yes, that needs a bit of thought re-warping, but I guess that makes sense.
Thanks much, was afraid I needed to rebuild my local tree.
Rene.
prev parent reply other threads:[~2008-05-08 23:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-08 22:20 GIT bisection range errors Rene Herman
2008-05-08 22:25 ` Adrian Bunk
2008-05-08 22:36 ` Rene Herman
2008-05-08 22:56 ` Ken Moffat
2008-05-08 23:33 ` Roland Dreier
2008-05-09 1:12 ` Rene Herman
2008-05-09 21:10 ` Ken Moffat
2008-05-09 21:45 ` Daniel Barkalow
2008-05-10 16:52 ` Ken Moffat
2008-05-08 23:00 ` Linus Torvalds
2008-05-08 23:12 ` Rene Herman [this message]
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=482388C9.2080909@keyaccess.nl \
--to=rene.herman@keyaccess.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.