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 551f1cfd002bb44a5b1448f83a9cd8341aded9d6

Corrected url for refs and path rights
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-07 03:39
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-07 03:39
Parent(s): b25e97c24a24f00d3e6e36652ffc0b9c9bf0e241
Signing key:
Tree: 85d4607324761759ceecb97527c3e00e97a3e9a1
File Lines added Lines deleted
root/themes/default/user/repo/rights/list_repo_path/header.html 1 1
root/themes/default/user/repo/rights/list_repo_refs/header.html 1 1
File root/themes/default/user/repo/rights/list_repo_path/header.html changed (mode: 100644) (index e2a7212..a6c317b)
1 1 @@list_errmsg@@ @@list_errmsg@@
2 2
3 <form method="post" action="@@url@@" class="form_table">
3 <form method="post" action="@@url_repo@@/admin/path_rights" class="form_table">
4 4 <input type="hidden" name="delete" value="1" /> <input type="hidden" name="delete" value="1" />
5 5 <input type="hidden" name="token" value="@@rg_form_token@@" /> <input type="hidden" name="token" value="@@rg_form_token@@" />
6 6
File root/themes/default/user/repo/rights/list_repo_refs/header.html changed (mode: 100644) (index c33d77a..b009d51)
1 1 @@list_errmsg@@ @@list_errmsg@@
2 2
3 <form method="post" action="@@url@@" class="form_table">
3 <form method="post" action="@@url_repo@@/admin/refs_rights" class="form_table">
4 4 <input type="hidden" name="delete" value="1" /> <input type="hidden" name="delete" value="1" />
5 5 <input type="hidden" name="token" value="@@rg_form_token@@" /> <input type="hidden" name="token" value="@@rg_form_token@@" />
6 6
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