-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
OpenHandler and ResourceProvider for git #505
Comments
I think handling #HEAD might be tricky since a file can end with #... Rather then mitigate this maybe we could have:
Then we always use the same separator... Github does somthing similar like:
to view a file |
Files ending with |
But thinking about it, as the whole repo is available for a certain revision, we could indeed make it the first segment after the repo. |
In URI query params are always starts from |
In the file path |
Fixed with #392 |
As part of #165, we need to register an ResourceProvider
That can be used to open editors and provide resource contents for files from specific git revisions.
For the URI I propose the following:
The text was updated successfully, but these errors were encountered: