Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertjohan/reporef
https://github.com/geertjohan/reporef
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/geertjohan/reporef
- Owner: GeertJohan
- Created: 2013-01-17T17:10:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T13:51:58.000Z (almost 12 years ago)
- Last Synced: 2024-10-31T07:09:45.527Z (3 months ago)
- Language: Go
- Size: 324 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## reporef
This service allows anyone to reference a certain branch or commit in a public git repository (as hosted by a popular git provider), by URL.
For instance: `reporef.com/github.com/GeertJohan/myProject@release` will point to the last commit at the `release` branch of the `myProject` repository.Functionality is far from complete. On the TODO list are:
- Good interface, with links to the original project and other branches.
- Special information in interface for public Go packages (e.g.: link to godoc.org)
- Complete testing and enhancement of the way the cloning and re-master process works.