summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
* replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
* Merge branch 'git-operation-user' into 'master'Sean McGivern2017-08-244-9/+70
|\
| * Rubocop whitespaceJacob Vosmaer2017-08-232-9/+8
| * Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-232-2/+39
| * Make gl_repository a G::G::Repository attributeJacob Vosmaer2017-08-232-7/+11
| * Decouple GitOperationService from UserJacob Vosmaer2017-08-231-0/+21
* | Delegate Repository::branch_exists? and ref_exists? to Gitlab::GitAndrew Newdigate2017-08-241-0/+23
* | Merge branch 'sh-fix-branch-count' into 'master'Douwe Maan2017-08-241-1/+1
|\ \
| * | Fix inconsistent number of branches when remote branches are presentsh-fix-branch-countStan Hu2017-08-231-1/+1
| |/
* | Merge branch 'gitaly-commit-patch' into 'master'Sean McGivern2017-08-231-1/+7
|\ \ | |/ |/|
| * Incorporate DiffService.CommitPatch Gitaly RPCgitaly-commit-patchAlejandro Rodríguez2017-08-221-1/+7
* | Simplify return valuesgitaly-annotations-updateJacob Vosmaer2017-08-181-1/+4
* | Simplify method argumentsJacob Vosmaer2017-08-181-2/+2
* | More annotationsJacob Vosmaer2017-08-181-0/+4
* | Delete unused Gitlab::Git methodsJacob Vosmaer2017-08-181-20/+0
* | Add Gitaly annotationJacob Vosmaer2017-08-181-0/+2
|/
* Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-181-9/+42
* Incorporate RepositoryService.ApplyGitattributes Gitaly RPCgitaly-apply-gitattributesAlejandro Rodríguez2017-08-171-26/+42
* Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher2017-08-161-9/+10
|\
| * Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-9/+10
* | Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-162-2/+2
|\ \
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-142-2/+2
* | | Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-161-1/+1
|\ \ \
| * | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
| | |/ | |/|
* | | Speed up project creation by inlining repository creationNick Thomas2017-08-151-0/+22
|/ /
* | Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-151-0/+2
|\ \ | |/ |/|
| * Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-141-0/+2
* | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-22/+36
|\ \ | |/ |/|
| * Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-22/+36
* | Expose the raw_log methodgitlab-git-expose-raw-logJacob Vosmaer2017-08-091-16/+17
|/
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-082-4/+4
* Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets2017-08-085-55/+78
|\
| * 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-072-24/+36
| * Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-074-20/+13
* | Merge branch 'feature/migrate-repository-size-to-gitaly' into 'master'Robert Speicher2017-08-071-1/+16
|\ \ | |/ |/|
| * Migrate Gitlab::Git::Repository#size to Gitalyfeature/migrate-repository-size-to-gitalyAhmad Sherif2017-08-071-1/+16
* | Merge branch 'blob-batch-methods' into 'master'Douwe Maan2017-08-071-60/+76
|\ \
| * | Rename 'limit' to 'blob_size_limit'Jacob Vosmaer2017-08-071-7/+6
| * | Add Gitlab::Git::Blob.batch methodJacob Vosmaer2017-08-011-60/+77
* | | Set default options outside the raw_log methodJacob Vosmaer2017-08-071-14/+15
| |/ |/|
* | Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-073-98/+36
|\ \
| * \ Merge branch 'gitaly-renames-annotations' into 'master'Sean McGivern2017-08-072-84/+5
| |\ \
| | * | Migration link for Repository#logJacob Vosmaer2017-08-031-0/+1
| | * | Remove unused methodsJacob Vosmaer2017-08-031-77/+0
| | * | Remove unnecessary 'raw' aliasJacob Vosmaer2017-08-031-5/+0
| | * | Rename 'commits_between' to 'rugged_commits_between'Jacob Vosmaer2017-08-032-2/+4
| * | | Merge branch 'feature/migrate-last-commit-for-path-to-gitaly' into 'master'Robert Speicher2017-08-041-0/+5
| |\ \ \
| | * | | Migrate Repository#last_commit_for_path to GitalyAhmad Sherif2017-08-031-8/+13