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 175715a4739e8a33cbd939d847eed9d3d24e24be

Minor change on how do we call fgetcsv
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 17:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 17:53
Parent(s): 780b0e99bf591c5081eed9ca9cbe2623d3cab22c
Signing key:
Tree: 88ec2bfef3e489f6fb99659a5c1d59fa1b6900d5
File Lines added Lines deleted
misc/compare.php 1 1
File misc/compare.php changed (mode: 100644) (index 91d5b72..4c102b3)
... ... fwrite($out, '<div>'
110 110 fwrite($out, '<table class="compare">' . "\n"); fwrite($out, '<table class="compare">' . "\n");
111 111
112 112 $lineno = 1; $lineno = 1;
113 while (($line = fgetcsv($h, 4000, ',')) !== FALSE) {
113 while (($line = fgetcsv($h)) !== FALSE) {
114 114 if ($lineno == 1) { if ($lineno == 1) {
115 115 // First line // First line
116 116 $td = 'th'; $td = 'th';
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