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.
Commit c2aba63133ff5c2cbeb6d381177e5799f327d3ed

Fix not all slaves being created
Due to the bogus if-statement loop was aborted after successfully
creating the first table.
Author: xaizek
Author date (UTC): 2020-07-20 21:06
Committer name: xaizek
Committer date (UTC): 2020-07-30 21:15
Parent(s): eb947cfc564db2fe83ad8db9eb7843a030724901
Signing key: 99DC5E4DB05F6BE2
Tree: fd891a711763a8344dd5ba6facef1f63563735f0
File Lines added Lines deleted
inc/struct.inc.php 0 2
File inc/struct.inc.php changed (mode: 100644) (index a8d45ef..94cc4d1)
... ... function rg_sql_struct_slaves_update($db)
988 988 rg_sql_free_result($res); rg_sql_free_result($res);
989 989 } }
990 990 } }
991 if ($ok !== FALSE)
992 break;
993 991 } }
994 992 if ($ok !== TRUE) if ($ok !== TRUE)
995 993 break; break;
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