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 f580e2b006e60369265f3a2e660cb8af0701312d

We do not run update-server-info in post-update hook anymore because we do not support dumb protocol
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-04 15:03
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-04 15:03
Parent(s): 84bfd35c59c1e8458be7250aff6c1059afb1f204
Signing key:
Tree: a922141f3cfa3cee034d5f4ef014c141c6ba006e
File Lines added Lines deleted
hooks/post-update 0 8
File hooks/post-update deleted (index ec17ec1..0000000)
1 #!/bin/sh
2 #
3 # An example hook script to prepare a packed repository for use over
4 # dumb transports.
5 #
6 # To enable this hook, rename this file to "post-update".
7
8 exec git update-server-info
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