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
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-30Add spec for Gitlab::Git::Repository#attributesMark Chao
seed_helper changed because testing requires attributes file in repo, but repo was not a real git repo but instead faked.
2018-07-31Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez
2018-04-11Client implementation for InfoAttributesZeger-Jan van de Weg
Clients can now request the attributes from `$GIT_DIR/info/attributes` through Gitaly. The Gitaly migration is described in gitlab-org/gitaly#1082. The parser algorithm was implemented in a way it could handle both file contents or a File handle, and both were already tested. Other than that, using the boy scout rule, I've removed a class, InfoAttributes, as it was delegating everything to the parser and therefor wasn't really needed in my opinion.
2018-01-24Can parse root .gitattributes file for a refJames Edwards-Jones