List of commits:
Subject Hash Author Date (UTC)
Added samples config files in the doc folder 6dad3cb75cba2203fe2f091285a708822192f306 Catalin(ux) M. BOIE 2017-04-29 15:12:05
Added sample nginx config file c7c1a7057ddf6fcca6e02ee63d46777bfa94c8bd Catalin(ux) M. BOIE 2017-04-29 14:46:56
Improved error reporting when php-fpm receives chunked encoding fe158537256add633f02076e8359cd8f2267d54f Catalin(ux) M. BOIE 2017-04-29 14:46:18
Get rid of strage rewriting in we server config 8f845f11e9edfa5291965f570a5c971056416b62 Catalin(ux) M. BOIE 2017-04-29 14:43:23
Do not allow anyone to activate the debug (rg_debug). 0a296ec27e6988e91db8cac50e53345a8bce1c81 Catalin(ux) M. BOIE 2017-04-26 20:09:06
Forgot to add diff_too_big file b6297ed622b8fd1562f6ab05b279290367612b89 Catalin(ux) M. BOIE 2017-04-26 20:08:29
Added a functional test for http.postBuffer problem ff650d024cd5f82f796a225c204e156c9e1213f4 Catalin(ux) M. BOIE 2017-04-26 20:07:47
Added a 'Thanks' section e7c9731dd32fe48befc58bf08044fd5649f523f4 Catalin(ux) M. BOIE 2017-04-26 20:06:49
Some big fixes for push over http 56ebd277c71c50e40af9465cd3867dc885f054b9 Catalin(ux) M. BOIE 2017-04-26 20:00:53
Do not recursively set the rights - not needed a9edce3101ad2450b67a575265827aa69efd5c63 Catalin(ux) M. BOIE 2017-04-17 07:16:01
Cosmetic changes 4bb36da63972e7e152e4e476e84ed55baba02911 Catalin(ux) M. BOIE 2017-04-15 09:29:09
Add possibility for admin to limit the git log --patch limit 1865405c40ebe92aa1bc6fd4569dcbb0e3af476c Catalin(ux) M. BOIE 2017-04-15 09:28:46
Silent curl in API functional test e6808bc97d201fd4944de0ad2982c3090ae4743a Catalin(ux) M. BOIE 2017-04-15 06:31:04
Fixed a lot of tests which used time() for different fields and sometime lost the time race 6a61493189d07110d3c5fdbe34ea0725d5abbd3b Catalin(ux) M. BOIE 2017-04-15 06:25:40
Fixed the crash with big diffs by setting a limit 788e15942d8272685764a25b640eba2c07046437 Catalin(ux) M. BOIE 2017-04-15 06:24:30
Allow .well-known folder access 90519cd03bf64839d1a9fc2497e58bd63d8ce6f3 Catalin(ux) M. BOIE 2017-04-12 16:50:16
When an un-auth user is visiting a user page with no repo, do not invite to create a repo 6904e1eac3f46c281ae6b4757bcaa16d2acc6169 Catalin(ux) M. BOIE 2017-03-27 15:23:52
Added a 'push' target in Makefile to not forget to push tags... 92a9b78e26d8a3e7b466f5aa45678dd2db8d4310 Catalin(ux) M. BOIE 2017-03-26 14:29:55
Bump version to 0.67 6f1c9a6d7f7d40d65def54e23a3590556a346bb8 Catalin(ux) M. BOIE 2017-03-26 09:44:32
Cosmetic cb68f1921782a503675c592dc7484aa26b8815b6 Catalin(ux) M. BOIE 2017-03-26 09:37:41
Commit 6dad3cb75cba2203fe2f091285a708822192f306 - Added samples config files in the doc folder
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-04-29 15:12
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-04-29 15:12
Parent(s): c7c1a7057ddf6fcca6e02ee63d46777bfa94c8bd
Signing key:
Tree: 9083cc54f21c0d08c6cad8eb3d1ecbe387c24157
File Lines added Lines deleted
debian/.gitignore 0 1
debian/docs 6 0
rocketgit.spec.in 1 1
File debian/.gitignore changed (mode: 100644) (index 9e3ff26..b88bad7)
1 1 control control
2 2 changelog changelog
3 3 copyright copyright
4 docs
5 4 rules rules
File debian/docs added (mode: 100644) (index 0000000..30247e8)
1 README
2 Changelog
3 Changelog-last
4 TODO
5 AUTHORS
6 samples
File rocketgit.spec.in changed (mode: 100644) (index 9bd6ba1..5815fe0)
... ... rm -rf ${RPM_BUILD_ROOT}
86 86 %files %files
87 87 %defattr (-,root,root,0755) %defattr (-,root,root,0755)
88 88 %dir @USR_SHARE@/@PRJ@ %dir @USR_SHARE@/@PRJ@
89 %doc README LICENSE Changelog TODO selinux/@PRJ@.*
89 %doc README LICENSE Changelog TODO selinux/@PRJ@.* samples/*
90 90 %attr(0700,rocketgit,rocketgit) %dir @ETC@/@PRJ@ %attr(0700,rocketgit,rocketgit) %dir @ETC@/@PRJ@
91 91 @ETC@/@PRJ@/config.php.sample @ETC@/@PRJ@/config.php.sample
92 92 @ETC@/logrotate.d/rocketgit @ETC@/logrotate.d/rocketgit
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main