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
The fix for #430 in bebc4f5 (Use correct mode for executable files,
2016-05-19) is incomplete. It fails (in most cases) when files have
modes which are not exactly 0644 or 0755.
As git only cares about executable or or not in this case, ensure the
mode we set for the index is either 100644 or 100755. Do this similarly
to how upstream git does it in cache.h¹.
Fixes#1253
¹ https://github.com/git/git/blob/v2.31.1/cache.h#L247
0 commit comments