From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:53
"Michael S. Tsirkin" [off-list ref] writes:
Add -C[NUM] to git-am so that patches can be applied even
if context has changed a bit.
Signed-off-by: Michael S. Tsirkin <redacted>
---
I just had to apply a largish number of patches on a project
that has evolved since, and I found the following to be useful.
What do others think.
FWIW, I am in favor although I do not foresee myself ever using
it. However, this has slight ramifications.
- we will be keeping applymbox after all. shouldn't this be
side-ported to it?
- am is used as a workhorse for rebase. shouldn't this be
accessible through its command line as well?
The same goes for Andy's --patchdepth thing.
From: Michael S. Tsirkin <hidden> Date: 2016-06-15 22:42:53
Quoting r. Junio C Hamano [off-list ref]:
Subject: Re: [PATCH] add -C[NUM] to git-am
"Michael S. Tsirkin" [off-list ref] writes:
quoted
Add -C[NUM] to git-am so that patches can be applied even
if context has changed a bit.
Signed-off-by: Michael S. Tsirkin <redacted>
---
I just had to apply a largish number of patches on a project
that has evolved since, and I found the following to be useful.
What do others think.
FWIW, I am in favor although I do not foresee myself ever using
it. However, this has slight ramifications.
- we will be keeping applymbox after all. shouldn't this be
side-ported to it?
OK.
- am is used as a workhorse for rebase. shouldn't this be
accessible through its command line as well?