summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-squash-with-renamed-files' into 'master'Grzegorz Bizon2018-02-221-4/+27
|\
| * Fix squash with renamed filesfix-squash-with-renamed-filesSean McGivern2018-02-191-4/+27
* | Merge branch 'zj-branch-contains-git-message' into 'master'Douwe Maan2018-02-221-0/+27
|\ \
| * | Handle branch and tag names which are commit idsZeger-Jan van de Weg2018-02-211-0/+27
* | | 26039 - update github-linguist to 5.3.3 versionKen2018-02-211-1/+1
|/ /
* | Add unit tests for Gitaly typeszj-unit-test-gitaly-arraysZeger-Jan van de Weg2018-02-202-0/+5
|/
* Fix squash rebase not working when diff contained encoded datash-fix-squash-rebase-utf8-dataStan Hu2018-02-181-0/+12
* Migrate Git::Blob.batch to GitalyAhmad Sherif2018-02-081-42/+52
* Removing gitaly flagsFrancisco Javier López2018-02-071-13/+17
* Merge branch 'zj-refs-hash' into 'master'Sean McGivern2018-02-071-2/+6
|\
| * Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-071-2/+6
* | Merge branch 'gitaly-lfs-client-prep' into 'master'Robert Speicher2018-02-061-33/+24
|\ \
| * | Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-33/+24
* | | Merge branch 'jej/upload-file-tracks-lfs' into 'master'Sean McGivern2018-02-061-0/+37
|\ \ \ | |_|/ |/| |
| * | File upload UI obeys LFS filtersJames Edwards-Jones2018-02-061-0/+37
* | | Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-0/+36
* | | Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable2018-02-051-1/+1
|\ \ \
| * | | Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-021-1/+1
* | | | Merge branch 'fix/remove-duplicated-logic-between-model-and-lib-in-find-branc...Grzegorz Bizon2018-02-031-6/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-6/+19
* | | | Fix an issue where sparse checkout wasn't configured correctly42223-squashing-mrs-takes-too-longAlejandro Rodríguez2018-02-011-4/+42
* | | | Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher2018-02-011-0/+38
|\ \ \ \
| * | | | Migrate Gitlab::Git::Repository#write_config to Gitalygitaly-970-repo-write-configKim "BKC" Carlbäcker2018-01-311-0/+38
| | |_|/ | |/| |
* | | | Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-011-1/+1
|\ \ \ \
| * | | | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
| |/ / /
* | | | Merge branch 'repository-log-disable-walk' into 'master'Douwe Maan2018-01-311-38/+0
|\ \ \ \
| * | | | Remove Rugged::Walk implementation of #logrepository-log-disable-walkJacob Vosmaer2018-01-311-38/+0
| |/ / /
* | | | Merge branch 'rugged-reference-cache-rescue' into 'master'Sean McGivern2018-01-311-12/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Remove Rugged exception in cache rescuerugged-reference-cache-rescueJacob Vosmaer2018-01-301-12/+8
| |/ /
* | | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitalyAhmad Sherif2018-01-301-20/+24
|/ /
* | Decouple more of Repository from RuggedJacob Vosmaer (GitLab)2018-01-301-0/+25
* | Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-0/+10
* | Fix rubocop offenses introduced in !16623Ahmad Sherif2018-01-251-2/+7
* | Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher2018-01-251-0/+36
|\ \ | |/ |/|
| * Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-0/+36
* | Merge branch 'fix/batch-lfs-pointers-accepting-lazy-enum' into 'master'Grzegorz Bizon2018-01-251-0/+15
|\ \
| * | Fix .batch_lfs_pointers accepting a lazy enumeratorfix/batch-lfs-pointers-accepting-lazy-enumAhmad Sherif2018-01-251-0/+15
* | | Merge branch 'revert-430b3f0e' into 'master'Douwe Maan2018-01-251-0/+38
|\ \ \
| * | | Revert "Merge branch 'remove-rugged-walk' into 'master'"revert-430b3f0eJacob Vosmaer (GitLab)2018-01-251-0/+38
| |/ /
* | | Merge branch 'jej/gitattributes-check-at-ref' into 'master'Rémy Coutable2018-01-253-25/+99
|\ \ \ | |/ / |/| |
| * | Can parse root .gitattributes file for a refjej/gitattributes-check-at-refJames Edwards-Jones2018-01-243-25/+99
* | | Migrate .batch_lfs_pointers to Gitalyfeature/migrate-get-lfs-ptrs-to-gitalyAhmad Sherif2018-01-241-15/+28
| |/ |/|
* | Migrate repository bundling to Gitalyfeature/migrate-bundle-to-disk-to-gitalyAhmad Sherif2018-01-241-0/+28
* | Merge branch 'gitaly-user-commit-files' into 'master'Douwe Maan2018-01-231-0/+3
|\ \
| * | Ensure hooks are deleted regardless of the project forking methodAlejandro Rodríguez2018-01-191-0/+3
* | | Fix Error 500 when repository has no avatarsh-fix-error-500-no-avatarsStan Hu2018-01-201-0/+12
|/ /
* | Merge branch 'gitaly-commit-signature' into 'master'Sean McGivern2018-01-181-0/+78
|\ \
| * | Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-0/+78
* | | Remove Rugged::Walker from Repository#logJacob Vosmaer (GitLab)2018-01-181-38/+0
|/ /
* | Remove unused methods from Gitlab::GitJacob Vosmaer (GitLab)2018-01-171-8/+0