vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Drop restriction on cloning while current directory is a repo #262

Closed purcell closed 6 years ago

purcell commented 6 years ago

It's nonsensical to stop the user from cloning a repo if the clone default directory is unset and the current directory is a repo, since whether or not the default directory is set, the user must choose where to clone the repo.

Instead, trusting the user to pay attention to what they're doing is fine here.

This is related to #236.

purcell commented 6 years ago

Build failure seems spurious.

vermiculus commented 6 years ago

Thanks!