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
exclude upstream check from build_helper::git::get_closest_merge_commit
When rust-lang/rust is configured as remote, some of the git logic (for tracking changed files)
that uses `get_closest_merge_commit` starts to produce annoying results as the upstream branch becomes
outdated quickly (since it isn't updated with git pull). We can rely on `HEAD` as we specifically treat
bors commits as merge commits, which also exist on upstream. Therefore, checking the upstream branch
unnecessarily complicates things and also causes incorrect results.
Signed-off-by: onur-ozkan <[email protected]>
0 commit comments