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 b272b9915498fb0a811be2e2687554bbaf887bf1

Make %setup quiet as rpmlint told me.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2011-07-01 03:26
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2011-07-01 03:26
Parent(s): f626f3c66b7b51af2013e16e954e945ba84c12bb
Signing key:
Tree: 486b0a58abee61148cf0164195f70eb408b18fa5
File Lines added Lines deleted
rocketgit.spec.in 1 1
File rocketgit.spec.in changed (mode: 100644) (index 8ce07ac..63a2589)
... ... if [ $1 = 0 ]; then
29 29 fi fi
30 30
31 31 %prep %prep
32 %setup
32 %setup -q
33 33
34 34 %build %build
35 35 %configure %configure
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