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 (Expand)Author
2017-06-19Merge branch 'moved-submodules' into 'master'Rémy Coutable
2017-06-16repository: index submodules by pathDavid Turner
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-31Make .gitmodules parsing more resilient to syntax errorsDouwe Maan
2017-05-18Merge branch 'gitaly-local-branches' into 'master'Douwe Maan
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-16Re-enable gitaly migration for ref_name_for_sha after bugfixesAlejandro Rodríguez
2017-05-04Sort the network graph both by commit date and topographically.Timothy Andrew
2017-05-02Re-enable ref operations with gitaly after not-found fixAlejandro Rodríguez
2017-04-28Fix RSpecKim "BKC" Carlbäcker
2017-04-27Fix ordering of commits in the network graph.Timothy Andrew
2017-04-12Merge branch 'gitaly-testing' into 'master' Rémy Coutable
2017-04-11Setup and run a Gitaly server for testing if GitalyClient is enabledAlejandro Rodríguez
2017-04-10Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-03-30Support >1 path in Gitlab::Git::Repository#logSean McGivern
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 gitlab-git-...Rémy Coutable
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
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
2017-02-23Make Git history follow renames again by performing the --skip in RubyRémy Coutable
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