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 fd52a1454efb598538244ac8b1117ee074d818cd

Bulk updates - search, rights \!own
Author: Catalin(ux) M. BOIE
Author date (UTC): 2012-10-31 22:08
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2012-10-31 22:08
Parent(s): 63e34cf9032bb7b108b51c97ccbd1efbd1e5cd7b
Signing key:
Tree: 37725fda561a1f3b08edf1f6c68086d23cf2e03c
File Lines added Lines deleted
inc/bye/bye.php 0 8
root/themes/default/user/email_conf.html 3 0
root/themes/default/user/logout.html 0 0
root/themes/default/user/logout_err.html 3 0
File inc/bye/bye.php deleted (index dde1bb4..0000000)
1 <?php
2 rg_log("/inc/bye/bye");
3
4 $_bye = "";
5
6 $_bye .= "Bye!";
7
8 ?>
File root/themes/default/user/email_conf.html added (mode: 100644) (index 0000000..3aa3083)
1 <div class="ok">
2 Check your e-mail and follow the link inside it.
3 </div>
File root/themes/default/user/logout.html copied from file root/themes/default/errmsg/nodata.html (similarity 100%)
File root/themes/default/user/logout_err.html added (mode: 100644) (index 0000000..8f74e6f)
1 <div class="warning">
2 Cannot log you out. Please clean all cookies and restart the browser.
3 </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