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 7cac4d7a31116ac9ad86e0babeb0c1aace5dd852

Bump version to 0.73
Author: Catalin(ux) M. BOIE
Author date (UTC): 2020-08-23 15:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2020-08-23 15:32
Parent(s): f691d84aa0aa70ef60a7487f247ed1a9ab1e3ab1
Signing key:
Tree: 6641d451cb9a42bd206800dc513950057271667c
File Lines added Lines deleted
duilder.conf 1 1
inc/struct.inc.php 1 0
File duilder.conf changed (mode: 100644) (index 7e834f8..d5789e7)
1 1 PRJ="rocketgit" PRJ="rocketgit"
2 VER="0.72"
2 VER="0.73"
3 3 REV="1" REV="1"
4 4 SHORT_DESCRIPTION="Light and fast Git hosting solution" SHORT_DESCRIPTION="Light and fast Git hosting solution"
5 5 EXCLUDE=".exclude" EXCLUDE=".exclude"
File inc/struct.inc.php changed (mode: 100644) (index e3f6907..2f76ae9)
... ... $rg_sql_struct[46]['other'] = array(
687 687 'repo main_branch' => 'repo main_branch' =>
688 688 'ALTER TABLE repos ADD main_branch TEXT NOT NULL DEFAULT \'\'' 'ALTER TABLE repos ADD main_branch TEXT NOT NULL DEFAULT \'\''
689 689 ); );
690 // Here, 0.73 was released.
690 691
691 692 // Do not forget to add the new created tables to statistics // Do not forget to add the new created tables to statistics
692 693 // This must be the last line // This must be the last line
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