On Tue, Oct 15, 2024 at 09:16:17AM +0200, Sascha Hauer wrote: > Hm, I assumed b4 ty would automatically send a "partly applied" message. > I've seen this with others using b4 ty apparently. I don't know what > went wrong here. For b4 to know that it's what you intended, you have to apply the series with a --cherry-pick command, e.g.: b4 am -P 1-7 [msgid] Since you retrieved the entire series, b4 assumes that we just can't find the commits associated with the patches you retrieved. We will have a better review and confirm screen in the future that should hopefully help avoid this situation. -K