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
@sellout There's a chicken-or-egg problem here. It's trivial to infer --depth… once we have the commits. We can't infer --depth until we have the commits, by which point it's too late.
The only solution I can think of would be to iteratively clone things. Start with a low depth, and see if it contains the base hash. If it doesn't, grab the next n * 2 commits. Repeat until we find the base hash.
what it says
The text was updated successfully, but these errors were encountered: