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 9fff8e0248793fc7a2d1346dc8af7ba1aa2fb7ea

css: when diff is too big, show it inline not as a ugly block
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-06-25 07:50
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-06-25 07:50
Parent(s): a19ca599f6e6ec064952cc1d8f9ea3edd7947254
Signing key:
Tree: 951b069f3867d71c138104e8cd21c7b9c18a78e3
File Lines added Lines deleted
root/themes/default/repo/diff_too_big.html 1 4
File root/themes/default/repo/diff_too_big.html changed (mode: 100644) (index c2c1e59..d98aec9)
1 <div class="mess warning">
2 The diff for file <b>@@file@@</b> is too big (@@changes@@ changes) and cannot be shown.
3 </div>
4
1 <span class="warning_text">The diff for file <b>@@file@@</b> is too big (@@changes@@ changes) and cannot be shown.</span>
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