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
When checking the diff between 2 commits using diff-entry, if any commit contains a file with permission changes, the endpoint return None as files[].sha. which is unexpected according to the schema.
While None makes sense, the schema should be reflected to handle this scenario.
Schema Inaccuracy
When checking the diff between 2 commits using diff-entry, if any commit contains a file with permission changes, the endpoint return
None
asfiles[].sha
. which is unexpected according to the schema.While None makes sense, the schema should be reflected to handle this scenario.
Example
Reproduction Steps
The text was updated successfully, but these errors were encountered: