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
2018-02-07Don't use rugged in Repository#refs_hashZeger-Jan van de Weg
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2018-01-15Migrate Commit#uri_type to GitalyAhmad Sherif
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-07add support for the commit reference filtermicael.bergeron
2017-12-05Migrate Gitlab::Git::Commit.shas_with_signaturesKim "BKC" Carlbäcker
2017-12-04Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif
2017-10-31Incorporate Gitaly's OperationService.UserFFBranch RPCAlejandro Rodríguez
2017-10-27Cache commits on the repository modelZeger-Jan van de Weg
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-11Migrate Git::CommitStats to GitalyKim "BKC" Carlbäcker
2017-08-22Incorporate DiffService.CommitPatch Gitaly RPCAlejandro Rodríguez
2017-08-16Only create commit GPG signature when necessaryDouwe Maan
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-08-08Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-03Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer
2017-07-27update ruggedAlexis Reigel
2017-07-27commit signature with specAlexis Reigel
2017-07-27Prototype key verificationKevin O'Connor
2017-07-20Migrate Gitlab::Git::Commit.find_all to GitalyAhmad Sherif
2017-07-18Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez
2017-07-18Adapt to new Gitaly commit message formatAlejandro Rodríguez
2017-07-13Change Git::Repository#log to return CommitsJacob Vosmaer
2017-07-12Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer
2017-06-27Remove 'contains' option from Commit.find_allJacob Vosmaer
2017-06-27Remove Gitlab::Git::Repository#find_allJacob Vosmaer
2017-06-26Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer
2017-06-20Remove unused attr_accessor from Gitlab::Git::CommitJacob Vosmaer
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-17Compare ids of commits if present for equality testAlejandro Rodríguez
2017-05-09Don't use DiffCollection for deltasJacob Vosmaer
2017-02-23Move up delegate callsDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
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-16symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets
2013-04-15Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets
2013-04-03Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets
2013-04-02add alias for committed_dateDmitriy Zaporozhets
2013-04-02serialize parent_ids in commitDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Dont init repo on every create(:repo)Dmitriy Zaporozhets
2013-04-01Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets