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
… 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.
Current behavior 😯
I have issued the following command:
gix clone https://github.com/cidrblock/drawthe.net
Weirdly enough, the cloned repo on my filesystem is named
drawthe
and notdrawthe.net
.I believe this is an inconsistency that should be fixed. Removing the
.git
suffix is ok. Removing the.net
suffix, not quite so.Expected behavior 🤔
It should keep the
.net
suffix.Git behavior
It keeps the
.net
suffix.Steps to reproduce 🕹
gix clone https://github.com/cidrblock/drawthe.net
The text was updated successfully, but these errors were encountered: