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-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-03-30Support >1 path in Gitlab::Git::Repository#logSean McGivern
This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
2017-03-16Fix archive prefix bug for refs containing dotsMark Fletcher
2017-03-14Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different ↵Rémy Coutable
gitlab-git-test repo We will set this to the dev mirror in GitLab CE and EE on dev. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Fix pagination headers for repository commits api endpointGeorge Andrinopoulos
2017-03-02Ensure archive download is only one directory deepMark Fletcher
2017-02-25Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher
Make Git history follow renames again by performing the --skip in Ruby Closes #23062 See merge request !9314
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Optimize a bit Gitlab::Git::Repository#log_by_shell and its specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-23Make Git history follow renames again by performing the --skip in RubyRémy Coutable
This hack is needed because of an issue when --follow and --skip are passed to git log at the same time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/23062 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-05Ensure internal Gitlab::Git references use the namespaceRobert Speicher
2017-01-05Absorb gitlab_gitRobert Speicher
2013-04-28Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets
2013-04-03specs for repository tag_names, branch_namesDmitriy Zaporozhets
2013-04-03decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets
2013-04-03keep same dir structure for specs as in lib/Dmitriy Zaporozhets