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
2017-03-02Don't require start branch to exist if we're just creating a new branchDouwe Maan
2017-03-01Fix variable name and change copyDouwe Maan
2017-03-01Fix creating a file in an empty repo using the APIDouwe Maan
2017-01-26Try to check if branch diverged explicitlyLin Jen-Shin
2017-01-26Make GitHooksService#execute return block valueLin Jen-Shin
2017-01-06Rename from base to start because base could mean merge baseLin Jen-Shin
2017-01-06Rename source to base to avoid confusion from MRLin Jen-Shin
2017-01-04Remove tag with git hooksLin Jen-Shin
2017-01-04Introduce Repository#with_repo_branch_commitLin Jen-Shin
2017-01-04Indent the way rubocop likesLin Jen-Shin
2017-01-04Update the comment:Lin Jen-Shin
2017-01-04Add a comment to explain why newrev should be updatedLin Jen-Shin
2016-12-13Use ArgumentError error instead because it's a bugLin Jen-Shin
2016-12-13Use branch_exists? to check branchesLin Jen-Shin
2016-12-13Unify parameters and callback after hooksLin Jen-Shin
2016-12-13Use a regular class for GitOperationServiceLin Jen-Shin
2016-12-09Pass source_commit so that we save a few lookupsLin Jen-Shin
2016-12-08Introduce Repository#with_tmp_ref which we needLin Jen-Shin
2016-12-08source_branch -> source_branch_nameLin Jen-Shin
2016-12-08Cleanup parameters, easier to understand andLin Jen-Shin
2016-12-07Commit outside the hooks if possible:Lin Jen-Shin
2016-12-07Pass source_branch properly for cherry-pick/revertLin Jen-Shin
2016-12-06Re-enable tests for update_branch_with_hooks andLin Jen-Shin
2016-12-05Introduce GitOperationService and wrap everyLin Jen-Shin