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
gh-156064: Make patchcheck find the upstream remote in a partial clone
Since Git 2.37, ``git remote -v`` appends the object filter of a promisor
remote to its fetch line (``... (fetch) [blob:none]``), so matching
``(fetch)`` at the end of the line missed the upstream remote of a partial
clone, and also left it out of the "Remotes found" list in the error.
0 commit comments