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?
How will it be used?
--
MST