Re: Signal conflict on merging metadata-differing patches

From: Greg KH
Date: Mon Nov 18 2019 - 12:35:23 EST


On Mon, Nov 18, 2019 at 06:29:17PM +0100, Eugeniu Rosca wrote:
> Dear Git community,
>
> Due to high inflow of patches which Linux maintainers carry on their
> shoulders and due to occasionally intricate relationships between
> consecutive revisions of the same series, it may [1] happen that two
> distinct revisions of the same patch (differing only/mostly in
> metadata, e.g. Author's time-stamp and commit description) may end up
> being merged on the same branch, without git to complain about that.

Why would git complain about that?

> Is there any "git merge" flag available off-the-shelf which (if used)
> would signal such situations?

I don't understand what you are looking for here. Two different
versions of the patch were merged to different branches and then merged
together, and git did the right thing with the resolution of the code.

What more can it do here?

thanks,

greg k-h