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
Adapt a little bit the install guide because of php-fpm cd6a0d9755dfb7b2a8b283e53d838b9724f22697 Catalin(ux) M. BOIE 2016-09-17 10:45:59
Bump version to 0.56 5c2c03e15864ebe466ac4dd3f8b0d761c363b13e Catalin(ux) M. BOIE 2016-09-17 10:45:16
Debian: adapt a little bit the dependencies 47f680a9e0330a360919b33255a403d1d99e47fc Catalin(ux) M. BOIE 2016-09-17 10:44:43
Now is safe to install rocketgit on a multiuser machine 5e945f6440609d2da3240acde977ca60b9e94b97 Catalin(ux) M. BOIE 2016-09-17 10:23:30
Big (bulk) update: fetch/push by http(s) e771f072b8b8393b8e40283ee87c663025407d70 Catalin(ux) M. BOIE 2016-09-17 10:22:17
Redo css for clone urls and added http url f7db12862aa048feba85411fd64a2a97403c2e66 Catalin(ux) M. BOIE 2016-09-17 10:14:49
Corrected url for refs and path rights 551f1cfd002bb44a5b1448f83a9cd8341aded9d6 Catalin(ux) M. BOIE 2016-09-07 03:39:28
rg_exec has new parameters: two callbacks for stdout and stderr b25e97c24a24f00d3e6e36652ffc0b9c9bf0e241 Catalin(ux) M. BOIE 2016-09-05 16:47:02
We do not run update-server-info in post-update hook anymore because we do not support dumb protocol f580e2b006e60369265f3a2e660cb8af0701312d Catalin(ux) M. BOIE 2016-09-04 15:03:24
apikeys: we need to init some vars 84bfd35c59c1e8458be7250aff6c1059afb1f204 Catalin(ux) M. BOIE 2016-08-28 05:25:44
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