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
2016-07-22Refactor protected branches documentationAchilleas Pipinellis
2016-07-12Change URLs to new permissions.md locationAchilleas Pipinellis
2016-07-05Add documentation for wildcard protected branches.Timothy Andrew
2016-03-17Use relative links in `doc`, fix broken generated HTML linksAnatoly Borodin
Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code web interface, but the HTML generator produces broken links in the `doc` subdirectories: http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html instead of the right one http://doc.gitlab.com/ce/web_hooks/web_hooks.html in http://doc.gitlab.com/ce/hooks/custom_hooks.html. Fixes #14338 [ci skip] Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
2016-01-19Fixed typoJohn Galt
2015-05-05Fixed broken permissions link.Patricio Cano
2014-12-29Add documentation about protected branches.Marin Jankovski