Re: git process question

From: Linus Torvalds
Date: Fri Apr 14 2017 - 20:15:07 EST


On Fri, Apr 14, 2017 at 3:05 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> Would it be OK to cherry pick this change that I send to you, which
> will be based on a commit in your tree, into my development branch
> where I can continue the work on top of the previous development that's
> in linux-next and the fix?

Yes, the occasional duplicated commit due to real reasons is fine. I
get worried if people start using cherry-picking and rebasing as a
_process_, but if the process generally works, and then there's an
occasional need to fix something like this, that's perfectly fine.

Linus