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 text diff is not actually text in the usual sense -- it may contain
any nonprintable bytes.
But since we send patches as files (multipart/form-data), not
as JSON strings, we don't need to decode them at all.
In addition, the missing --binary flag was added.
Without this flag, modified binary files were effectively excluded
from the patch with "Binary files a and b differ".
Fixes: #3880
0 commit comments