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
Fix viewing individual commits 2ec237fdf7ccf7f04acd055f62ce2c8d4b0f29ed xaizek 2020-07-31 16:39:41
Add a note about Git's trademark to the footer c2bf639e3f0dd318b07db6810656e268a0bcb094 xaizek 2020-07-30 21:14:10
Fix not all slaves being created c2aba63133ff5c2cbeb6d381177e5799f327d3ed xaizek 2020-07-20 21:06:16
Fix urlencoding of @@path@@ in trees eb947cfc564db2fe83ad8db9eb7843a030724901 xaizek 2020-07-19 17:20:59
Get rid of 1 second delay in rg_exec2() c7f0afb7efe367c88e6b52bcfdbb3eefba9afb9c xaizek 2020-07-19 15:56:48
Add php-mbstring dependency for Debian package 663feb3786387e5d020a4bd5bba9fd45575799dd xaizek 2020-07-18 17:48:10
Update dependencies for Debian 10 (buster) f1c28cd5c1f88ad0317202d98fe63bd15cb1b6f2 xaizek 2020-07-13 17:01:34
Add separate e-mail for sending statistics ee2a01227b36d6e27ae7f81e651f5e241a16a0b0 xaizek 2020-07-13 17:00:27
Display tag information when browsing at tags cb4bf37be9a40ac50369a48684bf027196fa0c0d xaizek 2019-09-23 16:44:40
Inform robots to ignore raw URLs in tags 2c31f7cbd7b7567cc42dd7762e32d00cb01c2d97 xaizek 2019-07-20 16:11:00
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