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 dc3ce904f00ce5903ac5614ac870a0529d22ee4a

Minor corrections
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-10 20:55
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-10 20:55
Parent(s): 35822bff104ba2133f29a0a69cff4603d990a721
Signing key:
Tree: 182709ff3a32a0004c4d29f14b018fbfa509fac5
File Lines added Lines deleted
debian/docs 1 1
docker/TODO 1 0
inc/struct.inc.php 1 0
inc/util.inc.php 1 0
File debian/docs changed (mode: 100644) (index 0e08507..30247e8)
... ... Changelog
3 3 Changelog-last Changelog-last
4 4 TODO TODO
5 5 AUTHORS AUTHORS
6 samples
6 samples
File docker/TODO changed (mode: 100644) (index 3a8547a..bec9ff1)
1 1 [ ] Fix rocketgit link [ ] Fix rocketgit link
2 2 [ ] Specify docker build http://... [ ] Specify docker build http://...
3 [ ] What about the composer file?
3 4 [ ] [ ]
File inc/struct.inc.php changed (mode: 100644) (index de3d953..e72dbf1)
... ... function rg_sql_struct_run($db, $flags, $old_schema_ver)
667 667
668 668 /* /*
669 669 * Returns current version of the schema. * Returns current version of the schema.
670 * FALSE on error.
670 671 */ */
671 672 function rg_sql_struct_get_current_ver($db) function rg_sql_struct_get_current_ver($db)
672 673 { {
File inc/util.inc.php changed (mode: 100644) (index 79ed7cd..8177480)
... ... function rg_util_set_error($str)
13 13 { {
14 14 global $rg_util_error; global $rg_util_error;
15 15 $rg_util_error = $str; $rg_util_error = $str;
16 rg_log('util_set_error: ' . $str);
16 17 } }
17 18
18 19 function rg_util_error() function rg_util_error()
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