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 f39db0548ef78c2265d675a4199c9c26d53807b3

Remove debug leftover
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-01-25 21:27
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-01-25 21:27
Parent(s): fc0fabf8d429a18978908694bc9a86d09bed702b
Signing key:
Tree: c96a4133a2fbd972dc54ad592f6fa990eb039b69
File Lines added Lines deleted
inc/bug.inc.php 0 1
File inc/bug.inc.php changed (mode: 100644) (index 7ae7f92..cf542d0)
... ... function rg_bug_edit_high_level($db, &$rg)
1342 1342
1343 1343 $ret .= rg_template("repo/bug/bug_add_edit.html", $rg, TRUE /* xss */); $ret .= rg_template("repo/bug/bug_add_edit.html", $rg, TRUE /* xss */);
1344 1344 } }
1345 rg_log('ZZZ bug_edit_hints=' . $rg['HTML:bug_edit_hints']);
1346 1345
1347 1346 rg_log_exit(); rg_log_exit();
1348 1347 return $ret; return $ret;
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