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 c75b10325c24e32b699f22a13c9374e80fe45a2b

tests: now we keep the state
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 22:05
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 22:05
Parent(s): 58a51962e9025457419fac5051d0840732aeff6c
Signing key:
Tree: 3be26c39e83aa94a37a346d700b3ad314c71bd29
File Lines added Lines deleted
tests/Makefile 5 1
File tests/Makefile changed (mode: 100644) (index 7271462..dedc55e)
... ... clean:
14 14 http.arond *.pub git2key git2 *.in q_merge_requests/mr-* \ http.arond *.pub git2key git2 *.in q_merge_requests/mr-* \
15 15 qstats/* repos/* helper helper.pub keys/* ca *.pid \ qstats/* repos/* helper helper.pub keys/* ca *.pid \
16 16 _pr_anon.git *.tmp base ubase wh_cloud.git export.json \ _pr_anon.git *.tmp base ubase wh_cloud.git export.json \
17 .by_http state/*
17 .by_http
18
19 .PHONY: clean_state
20 clean_state:
21 @-rm -rf state/*
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