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 GET /repos/{owner}/{repo}/compare/{basehead} API endpoint currently provides basic commit comparison information, including a list of changed files with additions and deletions counts. However, it does not include the actual line-by-line diff content for these file changes.