You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had an instance where a user enabled at least the following and when rdopkg patch was run it generated a bad patchset
[format]
signoff = true
coverletter = auto
all of the patches were signed (not a problem just noise) but there was a 0000-cover-letter.patch included that failed to apply and I think there was a hole in the patch set at some point but didn't reproduce any beyond this.
I think the fix for this would be to make sure git format-patch also passes in --no-cover-letter option when it makes the call.
The text was updated successfully, but these errors were encountered:
Had an instance where a user enabled at least the following and when rdopkg patch was run it generated a bad patchset
[format]
signoff = true
coverletter = auto
all of the patches were signed (not a problem just noise) but there was a 0000-cover-letter.patch included that failed to apply and I think there was a hole in the patch set at some point but didn't reproduce any beyond this.
I think the fix for this would be to make sure git format-patch also passes in --no-cover-letter option when it makes the call.
The text was updated successfully, but these errors were encountered: