summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/rev_list.rb
Commit message (Expand)AuthorAgeFilesLines
* Client implementation for Repository#new_commitsZeger-Jan van de Weg2018-07-181-50/+0
* Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-28/+5
* Force push is handled by Gitaly nowzj-force-push-opt-outZeger-Jan van de Weg2018-06-191-9/+0
* Pass the --in-commit-order arg to `git-rev-list`Rubén Dávila2018-06-071-1/+2
* Moving rev-list lfs options to LfschangesFrancisco Javier López2018-06-061-2/+2
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-061-3/+6
* Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-45/+18
* Prevent RevList failing on non utf8 pathsjej/lfs-rev-list-handles-non-utf-paths-41627James Edwards-Jones2018-01-161-1/+1
* Gitlab::Git::RevList and LfsChanges use lazy popenjej/fix-lfs-changes-lazinessJames Edwards-Jones2017-11-061-15/+28
* Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones2017-11-011-1/+44
* Add Gitlab::Git::Env.to_env_hashJacob Vosmaer2017-10-161-1/+1
* Include RevList error messages in exceptionscapture-rev-list-errorsJacob Vosmaer2017-10-031-1/+1
* Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-201-1/+3
* Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer2017-07-121-0/+4
* Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-101-24/+25
* Reject blank environment vcariables in Gitlab::Git::RevList25848-fix-git-rev-list-env-parsingRémy Coutable2016-12-201-2/+2
* Implement final review comments from @rymai.25301-git-2.11-force-push-bugTimothy Andrew2016-12-161-6/+8
* Implement review comments from @dbalexandre.Timothy Andrew2016-12-161-10/+12
* Validate environment variables in `Gitlab::Git::RevList`Timothy Andrew2016-12-161-3/+13
* Accept environment variables from the `pre-receive` script.Timothy Andrew2016-12-161-0/+28