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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-27Introduce a security func to scrub error messagesZeger-Jan van de Weg
This helper was around already, so this is a duplication but now its tested. Later we could move all other occurances to leverage this helper.
2018-09-06Allow listing of directoriesZeger-Jan van de Weg
With depth limiter, but might have problems with scaling on very big directories. Part of: https://gitlab.com/gitlab-org/gitaly/issues/954