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 beca8b9e01c37c6101f9a61f8ecf8cb744f1bd41

Forgot to initialize a variable.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-05-04 22:23
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-05-04 22:23
Parent(s): a03215399419416798da2fbaf51a71959f112bc6
Signing key:
Tree: 7d67e10b1d27d5fc57c6a27b5dac1fccfcd54fce
File Lines added Lines deleted
inc/repo.inc.php 2 0
File inc/repo.inc.php changed (mode: 100644) (index 635906c..ec1d64d)
... ... function rg_repo_search_high_level($db, $rg, $ui, $url)
1602 1602 { {
1603 1603 $q = rg_var_str('q'); $q = rg_var_str('q');
1604 1604
1605 $ret = '';
1606
1605 1607 $errmsg = array(); $errmsg = array();
1606 1608
1607 1609 while ($rg['doit'] == 1) { while ($rg['doit'] == 1) {
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