We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d421bf commit 9d7459aCopy full SHA for 9d7459a
scripts/setup_pre_commit_patch.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
shopt -s inherit_errexit
4
5
-export GITHUB_PATCH_ID="<user_name>/llvm-project/commit/<commit_hash>"
+export GITHUB_PATCH_ID="llvm/llvm-project/pull/100977"
6
7
# Please rebase manually
8
# git fetch origin
0 commit comments