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 888934152ff5c2f2dafae9e598cf93ab6f377dba

Repo history added
Author: Catalin(ux) M. BOIE
Author date (UTC): 2012-11-09 22:39
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2012-11-09 22:39
Parent(s): dbe6ddaddfc735c8a6fef126ba90cdb2a98fe631
Signing key:
Tree: ae56505314133ed302f0824f4a5b37eaf7272740
File Lines added Lines deleted
root/themes/default/repo/history/footer.html 0 0
root/themes/default/repo/history/header.html 7 0
root/themes/default/repo/history/line.html 4 0
root/themes/default/repo/history/nodata.html 1 1
File root/themes/default/repo/history/footer.html copied from file root/themes/default/repo/bug/list/footer.html (similarity 100%)
File root/themes/default/repo/history/header.html added (mode: 100644) (index 0000000..3ff0e3d)
1 <div class="page_title">History</div>
2 <table>
3 <tr>
4 <th>Date (UTC)</th>
5 <th>Text</th>
6 </tr>
7
File root/themes/default/repo/history/line.html added (mode: 100644) (index 0000000..065d6c2)
1 <tr>
2 <td>@@itime_text@@</td>
3 <td>@@text@@</td>
4 </tr>
File root/themes/default/repo/history/nodata.html copied from file root/themes/default/repo/fstat/nodata.html (similarity 61%) (mode: 100644) (index f70717a..6b49479)
1 1 <div class="warning"> <div class="warning">
2 No file changed.
2 No history found.
3 3 </div> </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