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: leave extensions in place if they are not .git when using gix clone <url>. (#1177)
Previously it would happily remove e.g. a `.net` extension, even though it's part of the
repository name.
Further, when cloning with `--bare`, don't strip the extension at all as it's common
to keep the `.git` extension in this case.
0 commit comments