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 d2d4920111d02c35944e15da642728a4b695c9ff

Fix duilder: forgot to replace @USR@
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-21 17:56
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-21 17:56
Parent(s): b8be77c83936b5083d004f380ec0366d5562342e
Signing key:
Tree: bc0db5165343654ab5f395d5e0c3f2d361adc952
File Lines added Lines deleted
duilder 1 0
File duilder changed (mode: 100755) (index e2ce47f..924262b)
... ... echo "s#@VER@#${VER}#g" >> tmp.sed
566 566 echo "s#@REV@#${REV}#g" >> tmp.sed echo "s#@REV@#${REV}#g" >> tmp.sed
567 567 echo "s#@ETC@#${ETC}#g" >> tmp.sed echo "s#@ETC@#${ETC}#g" >> tmp.sed
568 568 echo "s#@BIN@#${BIN}#g" >> tmp.sed echo "s#@BIN@#${BIN}#g" >> tmp.sed
569 echo "s#@USR@#${USR}#g" >> tmp.sed
569 570 echo "s#@USR_BIN@#${USR_BIN}#g" >> tmp.sed echo "s#@USR_BIN@#${USR_BIN}#g" >> tmp.sed
570 571 echo "s#@SBIN@#${SBIN}#g" >> tmp.sed echo "s#@SBIN@#${SBIN}#g" >> tmp.sed
571 572 echo "s#@USR_SBIN@#${USR_SBIN}#g" >> tmp.sed echo "s#@USR_SBIN@#${USR_SBIN}#g" >> tmp.sed
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