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-11-09Add more highlighting to Shell Commands docRobert Speicher
[ci skip]
2015-11-04Update Shell Commands doc for configurable git binary pathRobert Speicher
2015-06-12Add info about regex anchors to shell command docs.Douwe Maan
2015-02-26More reasons why prefixing is goodJacob Vosmaer
Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html
2015-01-22Don't create zombies with IO.popenJacob Vosmaer
The previous recommend incantation would leave the process we read from hanging around, even though it had finished. That gives you a 'defunct'/'zombie' process.
2014-12-09Add security tips about file and pathsJacob Vosmaer
2014-10-02Add a counterexample to 'do it in Ruby'Jacob Vosmaer
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-03-24Can deeplink after all.dosire
2014-03-24References for the issues the guide addresses.dosire
2014-02-25Add shell commands guideJacob Vosmaer