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
% spr diff # a PR is created in llvm/llvm-project and the commit message contains "Pull Request" now
% edit ...
% git commit --amend
% spr diff
🛑 an unknown git error occurred; code=NotFound (-3)
% git gc --aggressive --prune=now # very slow
% spr diff
🛑 an unknown git error occurred; code=NotFound (-3)
Unfortunately, I cannot reproduce this error on other repositories. I made a newer clone of [email protected]:llvm/llvm-project.git and succeeded with one pull request. Nevertheless, file the issue in case others encounter a similar error and hopefully contributors can help improve the error message? I am happy to run more commands on my local broken llvm-project repository.
The text was updated successfully, but these errors were encountered:
From https://discourse.llvm.org/t/using-getcord-spr/76097 :
spr diff
updating an existing pull request may give this error.Unfortunately, I cannot reproduce this error on other repositories. I made a newer clone of
[email protected]:llvm/llvm-project.git
and succeeded with one pull request. Nevertheless, file the issue in case others encounter a similar error and hopefully contributors can help improve the error message? I am happy to run more commands on my local brokenllvm-project
repository.The text was updated successfully, but these errors were encountered: