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

This commit is contained in:
Paschalis Mpeis
2025-05-16 09:02:17 +01:00
committed by GitHub
parent 39fa5b31c5
commit bb5566aac2

View File

@@ -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 authors
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 authors 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.