bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

Allow RemoteUrlCommand based commands to work with non .com private repos #49

Closed arnab closed 11 years ago

arnab commented 11 years ago

The first commit just replaces git remote -v and the ensuing loops/regex by using git ls-remote.

The next two commits allows private repos with .net/.org etc. TLDs to work with this plugin.

arnab commented 11 years ago

PS: complete python n00b (this is the first non-playing around thing I've done with python). Comments about style etc. welcome.

arnab commented 11 years ago

Just realized that this won't work since this will replace http: into http/ too. Working on a fix.

arnab commented 11 years ago

@bgreenlee - got a chance to look into this yet?

bgreenlee commented 11 years ago

Sorry, on vacation this week with very limited Internet access. I'll look when I get back to civilization next week.

On Friday, July 5, 2013 at 5:34 AM, Arnab Deka wrote:

@bgreenlee (https://github.com/bgreenlee) - got a chance to look into this yet?

— Reply to this email directly or view it on GitHub (https://github.com/bgreenlee/sublime-github/pull/49#issuecomment-20509149).

arnab commented 11 years ago

No problem and thanks for the note. Enjoy your vacation!

On Fri, Jul 5, 2013 at 3:48 PM, Brad Greenlee notifications@github.comwrote:

Sorry, on vacation this week with very limited Internet access. I'll look when I get back to civilization next week.

On Friday, July 5, 2013 at 5:34 AM, Arnab Deka wrote:

@bgreenlee (https://github.com/bgreenlee) - got a chance to look into this yet?

— Reply to this email directly or view it on GitHub ( https://github.com/bgreenlee/sublime-github/pull/49#issuecomment-20509149).

— Reply to this email directly or view it on GitHubhttps://github.com/bgreenlee/sublime-github/pull/49#issuecomment-20510826 .

arnab commented 11 years ago

Hi @bgreenlee - any thoughts on this?

bgreenlee commented 11 years ago

Thanks!

arnab commented 11 years ago

Thanks @bgreenlee