Skip to content

[llvm][docs] Improve usage note on stacked PRs #138949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions llvm/docs/GitHub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ Your options are as follows:
subsequent PRs in a stack. Instead, it will show a combined diff that
includes all commits from earlier PRs.

As described in the first option above, in such cases it is the PR author’s
responsibility to clearly indicate which commits are relevant to the
current PR. For example: “The first N commits are from the base PR.”
As described above, it is the PR author’s responsibility to clearly indicate
which commits are relevant to the current PR.
For example: “The first N commits are from the base PR.”

You can avoid this issue by using user branches directly in the
``llvm/llvm-project`` repository.
Expand Down
Loading