Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for other similar services. (ie. gitlab, bitbucket, sourceforge) #253

Open
loren-osborn opened this issue Sep 6, 2018 · 1 comment

Comments

@loren-osborn
Copy link

loren-osborn commented Sep 6, 2018

I realize this may be a major headache, depending on how this project is designed, and the web API's these services offer, so this is more of an inquiry than an outright request.

How viable would it be to decouple the web API schema from this git extension to swap out when hosting on another similar system is detected?

BTW, just saw your talk on git-hub and git-subrepo. Both are quite impressive. Great job, Thanks!

@perlpunk
Copy link
Collaborator

Agreed, it would be nice to have that.
I actually started to work on this in 2016 I think. There's a bitbucket branch in my fork.
It's not trivial, especially since we're dealing with bash here.
On the other hand, it's already designed in a way that the code in the actual subcommand functions is minimal.
The easiest approach would probably be to have a complete set of different subcommands for each service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants