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
Tag v0.42.0 - GitSync clone depth
GitSync gains a `depth` keyword argument so callers can clone at an
arbitrary shallow depth (`git clone --depth N`), not just a single
commit. Passing `git_shallow` or `tls_verify` to the GitSync
constructor now sets the attribute instead of raising AttributeError
on the next sync (a regression dating back to v0.4.4).
See CHANGES for the full release notes.