From: fork0@t-online.de (Alex Riesen)
To: Linus Torvalds <torvalds@osdl.org>
Cc: Junio C Hamano <junkio@cox.net>,
Git Mailing List <git@vger.kernel.org>,
Davide Libenzi <davidel@xmailserver.org>
Subject: Re: Improved three-way blob merging code
Date: Fri, 30 Jun 2006 01:07:22 +0200 [thread overview]
Message-ID: <20060629230722.GA7216@steel.home> (raw)
In-Reply-To: <Pine.LNX.4.64.0606291028010.12404@g5.osdl.org>
Linus Torvalds, Thu, Jun 29, 2006 19:45:20 +0200:
> IOW, what I'd like git-merge-tree to do is to be able to at a minimum say:
>
> - will a merge succeed cleanly, and if not, show me where the problem
> spots are.
> - what will the result of the merge look like.
>
> because that's actually what a downstream developer wants to do. He'd just
> do
>
> git fetch linus
> git show-changes linus..my-branch
>
> which would basically be the preparatory thing for sending me an email
> saying "please merge 'my-branch', and you'll see this".
it's a "git show-merge linus..my-branch" :)
> Now, obviously, I think that there's a _lot_ of overlap between doing this
> and actually doing the merge itself, so hopefully the things I do will at
> least have some things in common and perhaps help you do the proper
> recursive merger.
I certanly hope so: only the last pass of the recursive merge seem to
really need the index. It's use in all the previuos recursions looks
more like abuse.
next prev parent reply other threads:[~2006-06-29 23:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-29 5:06 Improved three-way blob merging code Linus Torvalds
2006-06-29 7:43 ` Alex Riesen
2006-06-29 17:45 ` Linus Torvalds
2006-06-29 23:07 ` Alex Riesen [this message]
2006-06-29 18:21 ` Davide Libenzi
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=20060629230722.GA7216@steel.home \
--to=fork0@t-online.de \
--cc=davidel@xmailserver.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=raa.lkml@gmail.com \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox