vermiculus / magithub

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

Turn Magithub off for non GitHub Repositorys #110

Closed stndrf closed 7 years ago

stndrf commented 7 years ago

I use a lot of selfhosted repositorys at work, and magit want to connect all the time to github.

Is it possible to turn it off for non github repos? Or turn it on for github repos?

If it's not possible right now take this as a FR ;-)

vermiculus commented 7 years ago

If you open the magithub popup, you can turn it off for that repository via a git property (M-x magithub-enabled-toggle).

It should be autodetecting github domains, though -- can you tell me what (magit-get "remote" "origin" "url") returns?

stndrf commented 7 years ago

The magithub-enable-toggle is a permanent setting?

"benedikt@10.*.*.*:/git/config/Tools" is the return of (magit-get "remote" "origin" "url")

vermiculus commented 7 years ago

It is permanent per-repo, yes.

vermiculus commented 7 years ago

Can you confirm if the issue still happens for you after the recent merge?

vermiculus commented 7 years ago

Closing as no longer an issue.