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 990ad6c4fad455a284a19ed2a60e80442c4ac9d8

Small debug of schema_ver
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-05-25 14:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-05-25 14:32
Parent(s): ea0e06ee96761e3220ac7a27ede1669c7501b9ba
Signing key:
Tree: b6b990f091de9fed892682e521185336d751fc32
File Lines added Lines deleted
inc/struct.inc.php 3 0
File inc/struct.inc.php changed (mode: 100644) (index 5c1e042..f939673)
... ... function rg_sql_struct_update_needed($db)
705 705 if ($rg_sql_schema_ver == $old) if ($rg_sql_schema_ver == $old)
706 706 return 0; return 0;
707 707
708 rg_log('DEBUG: sql_schema_ver=' . $rg_sql_schema_ver
709 . ' != old=' . $old);
710
708 711 return 1; return 1;
709 712 } }
710 713
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