xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Subject SHA-1 Author Date
Bump version to v0.52 696615520a55b963126c4ae50016e13daa6aa326 Catalin(ux) M. BOIE 2016-04-23 16:47:44
Lots of fixes and added the build hook for continuous integration be2dc0276c24d26adb9814c6b9f6d1f649c0cf1f Catalin(ux) M. BOIE 2016-04-23 16:46:04
Allow del_tree on a non-existing repository ecee062a80ca607be91942347deff00f042f6489 Catalin(ux) M. BOIE 2016-04-06 16:17:41
Improved user info caching a0ec540e7be1aa620a559c6f77537b9687aacc11 Catalin(ux) M. BOIE 2016-04-06 16:16:54
Improved git_init function c2732004dbb1695444be3030111faf4401c83fb1 Catalin(ux) M. BOIE 2016-04-06 16:16:09
Improved docker image creation ec28c883d9f7c9c69d80302a7d70ea1d630b070c Catalin(ux) M. BOIE 2016-04-06 16:15:11
Improved installation (checksum for postgres, useless SELinux booleans 4d9dcd67da247000a19a2f81aebd81f265bfe293 Catalin(ux) M. BOIE 2016-04-06 16:14:25
Add RLUG to history c84c2eaab9c1eb7e6898ef14f12fd8701c6fc285 Catalin(ux) M. BOIE 2016-04-06 16:13:32
Added unit test for e-mail confirmation 8a835c3ffa6f27c208fef6b4525f9aa571c603f6 Catalin(ux) M. BOIE 2016-03-27 11:41:35
Avoid caching in docker c8bc0ff648b60aa159c2a83d8ab1db3c574f19c3 Catalin(ux) M. BOIE 2016-03-14 16:32:25
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master