From: Linus Torvalds <torvalds@osdl.org>
To: Petr Baudis <pasky@suse.cz>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
Git List <git@vger.kernel.org>
Subject: Re: Bad merging with stgit or git
Date: Tue, 21 Mar 2006 12:37:50 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0603211219230.3622@g5.osdl.org> (raw)
In-Reply-To: <20060321200847.GS18185@pasky.or.cz>
On Tue, 21 Mar 2006, Petr Baudis wrote:
>
> With the old Git version (probably v1.1.4, but I'm not so sure when
> looking at 1.1.4's git-commit.sh), git-commit would happily do the
> commit, but wouldn't record the commit as a merge.
I considered that, but as far as I can tell, Mauro is actually using a
fairly recent version of "git". How do I know? The second merge (the
_real_ one) says
commit 86d720ef82ca09e75fac06be15da7cbe2721863a
Merge: e338b73... 8fce4d8...
Author: Mauro Carvalho Chehab <mchehab@infradead.org>
Date: Fri Mar 10 01:32:32 2006 -0300
Merge branch 'origin'
Conflicts:
drivers/media/video/saa7134/saa7134-dvb.c
nothing to commit
and that "Conflicts:" thing from git is actually reasonably recent (it's
from end of January), and almost certainly doesn't exist in v1.1.4 (I
don't think it exists in any 1.1.x version).
So it's 1.2.0 or newer (or some random build, of course).
And I _hope_ that no git that recent will commit a merge in progress.
However, it does look like the
case "$all,$also" in
,t)
case doesn't check for MERGE_HEAD. That could be the bug. Junio?
Linus
next prev parent reply other threads:[~2006-03-21 20:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-21 19:34 Bad merging with stgit or git Mauro Carvalho Chehab
2006-03-21 19:39 ` J. Bruce Fields
2006-03-21 20:18 ` Mauro Carvalho Chehab
2006-03-21 23:02 ` Junio C Hamano
2006-03-21 19:42 ` Linus Torvalds
2006-03-21 20:08 ` Petr Baudis
2006-03-21 20:37 ` Linus Torvalds [this message]
2006-03-21 20:57 ` 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=Pine.LNX.4.64.0603211219230.3622@g5.osdl.org \
--to=torvalds@osdl.org \
--cc=git@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=pasky@suse.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).