[Fwd: Re: git merge vs git commit]
From: Gustaf Hendeby <hidden>
Date: 2016-06-15 22:45:20
Sorry for the dup Junio, once again hit the wrong button when answering... /Gustaf -------- Original Message -------- Subject: Re: git merge vs git commit Date: Tue, 09 Sep 2008 19:56:20 +0200 From: Gustaf Hendeby <redacted> To: Junio C Hamano <redacted> References: [ref] [ref] On 2008-09-09 19:34, Junio C Hamano wrote:
Russell King [off-list ref] writes:quoted
If there aren't any conflicts, you get a nice clean merge, resulting in: ... However, if you have a conflict that needs resolving, you fix it up as ... instead - an additional reference from commit 'K' back to commit 'A' which isn't present in the clean merge case. Is this intentional, or is it a bug?I think some changes went into 1.6.0 around this area to (r)eject parents that are redundant. What happens when you use more recent git with the same example?
I get the same result with current next. Is this the expected result with this work, or an unwanted side effect? /Gustaf