Re: linux-next: Tree for June 5
From: Ingo Molnar <hidden>
Date: 2008-06-06 08:37:21
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2008-06-06 08:37:21
Also in:
lkml
* Andrew Morton [off-list ref] wrote:
quoted
Each tree is fine on its own if you go one step back from the merge.Well OK. But patches in fact _do_ go into Linux as a single linear stream of commits. But the whole git model ignores that reality and here we see the result.
it's fixable via "git-merge -n" and then doing a second git-merge, to create only a single commit. OTOH, it's more transparent to have such manual fixups in a followup commit. Ingo