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 00078770ac766c414c3235765168e36f173662ae

Init 'deleted' field for repos
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-03-19 19:40
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-03-19 19:40
Parent(s): 38beca5c78de25eb8f836772d5305b1bbb0b01d7
Signing key:
Tree: 3651faa5c232e230b1160e372f6c1acbc097871c
File Lines added Lines deleted
inc/repo.inc.php 1 0
File inc/repo.inc.php changed (mode: 100644) (index df13ea2..f5b1833)
... ... function rg_repo_edit($db, $login_ui, &$new)
908 908 rg_repo_cosmetic($new); rg_repo_cosmetic($new);
909 909
910 910 if ($new['repo_id'] == 0) { if ($new['repo_id'] == 0) {
911 $new['deleted'] = 0;
911 912 $sql = "INSERT INTO repos (uid, master, name" $sql = "INSERT INTO repos (uid, master, name"
912 913 . ", itime, max_commit_size, description" . ", itime, max_commit_size, description"
913 914 . ", git_dir_done, public)" . ", git_dir_done, public)"
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