summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/commit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-40/+10
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-2/+2
* Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets2013-03-311-0/+179