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 ffa78b2ff133eed605391123d6acf29d370c5a70

Don't display "(public)" for anonymous users
They can't see private repositories, so this note on repository type is
useless in this case.
Author: xaizek
Author date (UTC): 2019-07-08 15:08
Committer name: xaizek
Committer date (UTC): 2019-07-08 16:07
Parent(s): 53531783fef35e191df784150c0edb597d8b48b5
Signing key: 99DC5E4DB05F6BE2
Tree: 6827de1131ac843e8d2aa3ca8ea773b42ca3e04a
File Lines added Lines deleted
root/themes/reversed.top/repo/main.html 2 0
File root/themes/reversed.top/repo/main.html changed (mode: 100644) (index c3300a2..50c4cb3)
3 3 <div> <div>
4 4 <div class="repo_title"> <div class="repo_title">
5 5 <a href="@@url_user@@">@@page_ui::username@@</a> / <a href="@@url_repo@@">@@ri::name@@</a> <a href="@@url_user@@">@@page_ui::username@@</a> / <a href="@@url_repo@@">@@ri::name@@</a>
6 @@if(@@login_ui::uid@@ != 0){{
6 7 (@@if(@@ri::public@@ == 1){{public}}{{private}}) (@@if(@@ri::public@@ == 1){{public}}{{private}})
8 }}
7 9 (License: @@if("@@ri::license@@" == ""){{Unspecified}}{{@@ri::license@@}}) (License: @@if("@@ri::license@@" == ""){{Unspecified}}{{@@ri::license@@}})
8 10 (since @@ri::itime_nice@@) (since @@ri::itime_nice@@)
9 11 <div class="form_inline">@@watch_form@@ @@watch_error@@</div> <div class="form_inline">@@watch_form@@ @@watch_error@@</div>
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