Replies: 1 comment
-
Interesting! Actually, I was going to ask: Irmin has a git backend, but what about a git front-end ? e.g. speaking the git-over-http protocol (either the dumb or the dynamic one) ? Does that exist already ? Would it be difficult ? Could be quite useful for, I don't know, serving an opam repository for a completely random example :p |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may help with integration with watches and hooks:
https://rovaughn.github.io/2015-2-9.html
It's about how to create a new protocol handler (e.g.
git push irmin://github.com
) in the git CLI.Beta Was this translation helpful? Give feedback.
All reactions