git-adapter
is an SDK for making smart-HTTP
server from Git repository. This library is a part of Artipie
binary artifact management tool and provides a fully-functionable Git Repository, which git client can perfectly understand.
Read the Javadoc for more technical details.
If you have any question or suggestions, do not hesitate to create an issue
or contact us in Telegram.
Artipie roadmap.
Warning
Development is still in progress, adapter is not ready to use yet!
- See 10 chapter of Git Book to understand internals of Git repository
- Understand send pack pipeline
- Read documentation for git send-pack, receive-pack, fetch-pack, upload-pack commands
- See libgit2
- Check JGit
- See git source code
TBD.
Fork repository, make changes, send us a pull request. We will review
your changes and apply them to the master
branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
To avoid build errors use Maven 3.2+ and please read contributing rules.