summaryrefslogtreecommitdiff
path: root/app/services/git_operation_service.rb
Commit message (Expand)AuthorAgeFilesLines
* More Gitaly annotationsJacob Vosmaer2017-07-131-0/+1
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-1/+1
* Don't require start branch to exist if we're just creating a new branchDouwe Maan2017-03-021-11/+7
* Fix variable name and change copyDouwe Maan2017-03-011-2/+2
* Fix creating a file in an empty repo using the APIDouwe Maan2017-03-011-28/+9
* Try to check if branch diverged explicitlyLin Jen-Shin2017-01-261-6/+13
* Make GitHooksService#execute return block valueLin Jen-Shin2017-01-261-5/+1
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-20/+20
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-20/+20
* Remove tag with git hooksLin Jen-Shin2017-01-051-1/+11
* Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-051-12/+6
* Indent the way rubocop likesLin Jen-Shin2017-01-051-2/+2
* Update the comment:Lin Jen-Shin2017-01-041-3/+5
* Add a comment to explain why newrev should be updatedLin Jen-Shin2017-01-041-1/+3
* Use ArgumentError error instead because it's a bugLin Jen-Shin2016-12-141-4/+4
* Use branch_exists? to check branchesLin Jen-Shin2016-12-141-2/+2
* Unify parameters and callback after hooksLin Jen-Shin2016-12-141-18/+16
* Use a regular class for GitOperationServiceLin Jen-Shin2016-12-141-1/+8
* Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-12/+13
* Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-8/+7
* source_branch -> source_branch_nameLin Jen-Shin2016-12-081-8/+9
* Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-8/+8
* Commit outside the hooks if possible:Lin Jen-Shin2016-12-071-61/+50
* Pass source_branch properly for cherry-pick/revertLin Jen-Shin2016-12-071-11/+5
* Re-enable tests for update_branch_with_hooks andLin Jen-Shin2016-12-061-2/+13
* Introduce GitOperationService and wrap everyLin Jen-Shin2016-12-061-0/+168