Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-02-06Fix broken links to docsAchilleas Pipinellis
[ci skip]
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2015-02-05note about latest details being on master branchBen Bodenmiller
[ci skip]
2014-09-08simplify HTTPS setup detailsBen Bodenmiller
also adds comment about updating nginx files during upgrades
2014-09-02remove unnecessary chmodBen Bodenmiller
`lib/support/init.d/gitlab` was set as executable in the repo as of the 6.1 release so chmod is not needed after that. See https://github.com/gitlabhq/gitlabhq/pull/7586/files#r16885445.
2014-08-21Remove backticks in markdown links that cause ugly code blocks in GitLab.Sytse Sijbrandij
2014-08-13Merge pull request #7475 from bbodenmiller/curl-redirectsJeroen van Baarsen
follow curl redirects
2014-08-12follow curl redirectsBen Bodenmiller
Update `curl` commands to follow redirects (see http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will return unexpected results if the requested content has been moved and is returning information about where it has been moved to. Including the `-L` option tells `curl` to follow the redirect so the file can be correctly acquired.
2014-08-07Fix spelling errors in doc, closes #7437Robert Schilling
Further changes
2014-06-26Update 6.9-to-7.0.mdDavid Southard
fix gitlab.yml example diff command
2014-06-25update ruby in update guideJob van der Voort
textual changes
2014-06-20Fixes #7163, copy init script while upgradingRobert Schilling
2014-06-18Update guide from 6.9 to 7.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>