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
which is the same as doing git rev-list --no-merges --reverse ^gcc/trunk -- gcc/rust gcc/testsuite/rust libgrust
Hmm, if you have a commit that touches rust/foo.c and gcc/tree.h, I think it will show up in your list, but I may be wrong
we need to check the content of each commit we cherry-pick. if content in the commit belongs to something other than the Rust frontend bits, it should be flagged and reported when opening the PR
The text was updated successfully, but these errors were encountered:
from @dkm:
we need to check the content of each commit we cherry-pick. if content in the commit belongs to something other than the Rust frontend bits, it should be flagged and reported when opening the PR
The text was updated successfully, but these errors were encountered: