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 1a679db73fe13a222937ed429a5f236e1f896caf

Say "anonymous" in anonymous notes instead of "?"
Pull requests say "anonymous" and "?" looks weird in general.
Author: xaizek
Author date (UTC): 2018-12-08 22:35
Committer name: xaizek
Committer date (UTC): 2018-12-08 22:35
Parent(s): f10bf48646859f1b111004e7c879358ddcc7b1c1
Signing key: 99DC5E4DB05F6BE2
Tree: 15bbc35ce9cb1151bd145091b003fcc02afd68f5
File Lines added Lines deleted
inc/bug.inc.php 1 1
File inc/bug.inc.php changed (mode: 100644) (index 5e5e135..e7da011)
... ... function rg_bug_note_list($db, $repo_id, $bug_id, $offset)
1040 1040 $row['note_owner_url'] = rg_re_userpage($_ui); $row['note_owner_url'] = rg_re_userpage($_ui);
1041 1041 $row['HTML:note_gravatar'] = $_ui['HTML:gravatar']; $row['HTML:note_gravatar'] = $_ui['HTML:gravatar'];
1042 1042 } else { } else {
1043 $row['note_owner'] = "?";
1043 $row['note_owner'] = "anonymous";
1044 1044 $row['note_owner_url'] = ''; $row['note_owner_url'] = '';
1045 1045 $row['HTML:note_gravatar'] = ''; $row['HTML:note_gravatar'] = '';
1046 1046 } }
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