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 4da8c1c26b9bd192fa4525f3168cce2fa421702c

Pass all parameters to worker.php to be able to choose a different configuration
Author: root
Author date (UTC): 2016-09-29 18:18
Committer name: root
Committer date (UTC): 2016-09-29 18:18
Parent(s): 3dfed205de47850d459106b2479484d83fdcbca8
Signing key:
Tree: 095f6ec2323077a7a00f7d070adb270cd85dfb8e
File Lines added Lines deleted
scripts/worker.sh 1 1
File scripts/worker.sh changed (mode: 100755) (index 16e6ed1..067f20c)
... ... if [ "${?}" != "0" ]; then
15 15 fi fi
16 16
17 17 while [ 1 ]; do while [ 1 ]; do
18 php /usr/share/rocketgit/scripts/worker.php
18 php /usr/share/rocketgit/scripts/worker.php "${@}"
19 19
20 20 # in case of errors, we will wait, to not go into an infinite loop # in case of errors, we will wait, to not go into an infinite loop
21 21 if [ "${?}" != "0" ]; then if [ "${?}" != "0" ]; then
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