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
Git supports format-patch --no-signature, and that makes the patcher very unhappy as all the content ends up in the third parameter of partition, so the patch data is empty, which is incorrect.
Also:
might be a good idea to convert windows line endings to unix? Might lead to breakage if we actually want windows line ends but that seems doubtful, apparently the ace widget adds windows line-ends on windows...
probably handle signature separators with just --\n
The text was updated successfully, but these errors were encountered:
Git supports
format-patch --no-signature
, and that makes the patcher very unhappy as all the content ends up in the third parameter ofpartition
, so thepatch
data is empty, which is incorrect.Also:
--\n
The text was updated successfully, but these errors were encountered: