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
fix: use git rev-parse --verify for shallow clone compatibility
Without --verify, git rev-parse HEAD~1 returns the literal string
"HEAD~1" in shallow clones instead of failing, bypassing the
shallow clone detection. --verify ensures proper failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments