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

Add support for git URIs #8

Open
doherty opened this issue Apr 15, 2012 · 5 comments
Open

Add support for git URIs #8

doherty opened this issue Apr 15, 2012 · 5 comments

Comments

@doherty
Copy link

doherty commented Apr 15, 2012

Like it says on the tin. Some git-ish URIs might better be represented as SSH (git@github.com:doherty/....git) or HTTP(S), but git:// should be it's own type, I think.

@shadowcat-mst
Copy link
Member

Seems a fairly reasonable idea; where's the specification? and which (if any) of the current URI types were you thinking about adapting for this?

@doherty
Copy link
Author

doherty commented Apr 17, 2012

I suspect that, like most of git, the spec is in the C code :\

@shadowcat-mst
Copy link
Member

So I guess you'll have to experiment; it looks like a fairly straightforward host+path system mostly so build something using that, try it out, and then we can have a chat about how to torture test your work before it merges?

@SineSwiper
Copy link
Contributor

https://metacpan.org/pod/URI::git

This is already out there, but it would be nice to merge that into the core URI distro. Though, @miyagawa would have to take it out of CPAN to prevent namespace conflicts.

@oalders
Copy link
Member

oalders commented Mar 3, 2017

@miyagawa would you like to merge this into the core URI dist?

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

4 participants