From: Linus Torvalds <torvalds@linux-foundation.org>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: Junio C Hamano <gitster@pobox.com>,
git@vger.kernel.org, Jiri Olsa <olsajiri@gmail.com>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH] read-tree A B C: do not create a bogus index and do not segfault
Date: Thu, 12 Mar 2009 09:34:49 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.2.00.0903120929250.32478@localhost.localdomain> (raw)
In-Reply-To: <alpine.LNX.1.00.0903121024400.19665@iabervon.org>
On Thu, 12 Mar 2009, Daniel Barkalow wrote:
>
> I think one of the later refactorings may have given up on seeing
> conflicts while reading trees, but didn't drop the flag (perhaps because
> Linus knew at the time that my assumption that conflicts would actually
> have been recognized was false, and didn't realize that it was also the
> source of the flag).
That is very thoughtful of you, but I suspect the real reason was a much
simpler one: redoing the read-tree logic was a huge pain in the posterior,
and my primary goal at the time was to make the code more readable while
passing all the tests.
So while I tried to make patches minimal (which may well explain why the
flag remained), it wasn't the main goal, and trying to sort out the
read-tree logic into something more understandable was quite test-driven.
So I think the big issue to take away from this is that I think this is
such an odd case that if we want to support it, it would need explicit
tests. Or:
> I think it might be a good idea to take this as evidence that nobody is
> using read-tree with multiple trees without merge, and just disallow it.
Hmm. It _has_ been used. It's been useful for really odd things
historically, namely trying to merge different trees by hand. So while I
agree that we could probably remove it, it _is_ a very interesting
feature in theory, and since we have the code..
So I'd say "add a few tests for the known horrible cases" should be the
first approach. If it ever actually breaks again and becomes a big
maintenance headache, maybe _then_ remove the feature as not being worth
the pain?
Linus
next prev parent reply other threads:[~2009-03-12 16:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-10 19:34 [BUG] - git-read-tree segfaults Jiri Olsa
2009-03-10 19:50 ` Johannes Schindelin
2009-03-10 20:21 ` Johannes Schindelin
2009-03-11 7:59 ` Jiri Olsa
2009-03-11 12:04 ` Johannes Schindelin
2009-03-12 5:57 ` Junio C Hamano
2009-03-12 7:01 ` Junio C Hamano
2009-03-12 7:29 ` [PATCH] read-tree A B C: do not create a bogus index and do not segfault Junio C Hamano
2009-03-12 14:46 ` Daniel Barkalow
2009-03-12 16:34 ` Linus Torvalds [this message]
2009-03-14 6:41 ` Junio C Hamano
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=alpine.LFD.2.00.0903120929250.32478@localhost.localdomain \
--to=torvalds@linux-foundation.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=olsajiri@gmail.com \
/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