summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert Gitaly commit parent IDs to array as early as possibleSean McGivern2018-02-191-10/+1
* applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-1/+2
* fix specsMicaël Bergeron2018-02-161-0/+8
* Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-071-10/+10
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-0/+18
* Migrate Commit#uri_type to Gitalyfeature/migrate-commit-uri-to-gitalyAhmad Sherif2018-01-151-5/+32
* Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-041-2/+5
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+13
* add support for the commit reference filtermicael.bergeron2017-12-071-0/+1
* Migrate Gitlab::Git::Commit.shas_with_signaturesgitaly-764-commit-filter-shas-with-signatureKim "BKC" Carlbäcker2017-12-051-5/+11
* Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-0/+22
* Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-311-1/+1
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+2
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-0/+4
* Migrate Git::CommitStats to Gitalygitaly-519-commit-statsKim "BKC" Carlbäcker2017-09-111-1/+1
* Incorporate DiffService.CommitPatch Gitaly RPCgitaly-commit-patchAlejandro Rodríguez2017-08-221-1/+7
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-9/+10
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-2/+2
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-17/+35
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-23/+35
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-16/+10
* Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-031-1/+1
* update ruggedAlexis Reigel2017-07-271-1/+1
* commit signature with specAlexis Reigel2017-07-271-1/+6
* Prototype key verificationKevin O'Connor2017-07-271-0/+4
* Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-201-10/+28
* Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-181-4/+10
* Adapt to new Gitaly commit message formatAlejandro Rodríguez2017-07-181-0/+20
* Change Git::Repository#log to return CommitsJacob Vosmaer2017-07-131-1/+1
* Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer2017-07-121-0/+4
* Remove 'contains' option from Commit.find_allJacob Vosmaer2017-06-271-6/+1
* Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-271-2/+75
* Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer2017-06-261-2/+2
* Remove unused attr_accessor from Gitlab::Git::CommitJacob Vosmaer2017-06-201-1/+1
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-0/+1
* Compare ids of commits if present for equality testAlejandro Rodríguez2017-05-161-7/+1
* Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-0/+4
* Move up delegate callsDouwe Maan2017-02-231-2/+2
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-041-3/+3
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+310
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-127/+0
* symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets2013-04-161-2/+4
* Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets2013-04-151-1/+5
* Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-031-66/+6
* add alias for committed_dateDmitriy Zaporozhets2013-04-021-0/+4
* serialize parent_ids in commitDmitriy Zaporozhets2013-04-021-16/+9
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-20/+51
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-011-0/+4