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.
<root> / tests /
File Mode Size
ldap/ 040000
size/ 040000
themes/ 040000
tree1/ 040000
util/ 040000
.gitignore 100644 317B
Makefile 100644 470B
_run_tests.sh 100755 1,258B
admin_set_git.php 100644 1,665B
admin_set_web.php 100644 1,688B
api.sh 100755 350B
ask_pass 100755 165B
ask_pass_empty 100755 131B
ask_pass_guest 100755 136B
bug.php 100644 2,782B
by_http.php 100644 7,684B
ca.sh 100755 1,135B
cache.php 100644 3,136B
common.php 100644 1,042B
config.php 100644 1,670B
email.php 100644 1,260B
env.txt 100644 108B
event.php 100644 1,733B
export.php 100644 1,277B
format.php 100644 2,400B
git.php 100644 6,912B
git2.php 100644 4,740B
git2_helper.sh 100755 299B
git_big_push.php 100644 3,086B
git_log1.expected 100644 7,510B
git_log1.sh 100755 2,281B
git_log1.tmpl 100644 79B
git_log1_help.php 100644 1,159B
git_log1_strange.php 100644 210B
helpers.inc.php 100644 12KiB
hook_update.sh 100755 7,946B
hook_update_help.php 100644 2,933B
http.inc.php 100644 9,489B
http_304.php 100644 1,165B
http_admin.php 100644 2,272B
http_api.php 100644 3,440B
http_bug.php 100644 8,302B
http_confirm.php 100644 3,148B
http_create_account.php 100644 2,502B
http_csrf.php 100644 2,866B
http_forgot.php 100644 3,395B
http_keys.php 100644 1,766B
http_login.php 100644 2,825B
http_settings.php 100644 6,217B
http_top.php 100644 824B
http_totp.php 100644 5,428B
keys.php 100644 8,128B
ldap.php 100644 14KiB
ldap_core.php 100644 1,734B
ldap_core1.ldif 100644 1,484B
log.php 100644 1,030B
mr.inc.php 100644 3,048B
pr_anon.php 100644 5,379B
prof.php 100644 1,118B
repo.php 100644 8,149B
rights.php 100644 6,304B
source.php 100644 6,399B
sql-fork.php 100644 988B
sql.php 100644 3,456B
ssh.php 100644 6,978B
state.php 100644 1,521B
tmp.php 100644 584B
token.php 100644 2,330B
totp.inc.php 100644 2,255B
totp.php 100644 842B
user.php 100644 5,434B
util.php 100644 23KiB
util_exit_code.sh 100755 38B
util_sleep_after_closing_fds.sh 100755 78B
util_stdout_closes_first.sh 100755 89B
wh-helper.sh 100755 470B
wh-stunnel.conf 100644 348B
wh-test.sh 100755 170B
wh_cloud.git.sh 100755 700B
wh_cloud.php 100644 5,091B
wh_http.php 100644 10KiB
wh_lambda.php 100644 2,956B
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