summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Add git_blob_load_all_data feature flagJacob Vosmaer2017-07-071-1/+10
* Add gitaly_git_blob_raw featureJacob Vosmaer2017-07-071-12/+22
* Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher2017-07-071-5/+11
|\
| * Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitalyAhmad Sherif2017-07-071-5/+11
* | Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' i...Douwe Maan2017-07-051-4/+0
|\ \
| * | Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-051-4/+0
| |/
* | Merge branch 'gitaly-submodule-url-for' into 'master'Sean McGivern2017-07-051-5/+20
|\ \
| * | Migrate #submodule_url_for to GitalyJacob Vosmaer2017-07-051-5/+20
| |/
* | Fix issues with non-UTF8 filenames by always fixing the encoding of tree and ...dm-encode-tree-and-blob-pathsDouwe Maan2017-07-042-0/+8
|/
* Set the GL_REPOSITORY env variable on Gitlab::Git::Hook34502-gitlab-git-hook-should-set-the-gl_repository-environment-variableAlejandro Rodríguez2017-06-291-3/+5
* Fix gitaly ref encoding bugsJacob Vosmaer2017-06-281-3/+1
* Merge branch 'submodules-private' into 'master'Sean McGivern2017-06-281-21/+26
|\
| * Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-21/+26
* | Remove 'contains' option from Commit.find_allJacob Vosmaer2017-06-271-6/+1
* | Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-272-80/+75
|/
* Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer2017-06-261-2/+2
* Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher2017-06-221-1/+1
|\
| * Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-1/+1
* | Migrate Gitlab::Git::Blob.find to Gitalyfeature/migrate-blob-find-to-gitalyAhmad Sherif2017-06-211-0/+45
|/
* Merge branch 'remove-git-commit-attribute' into 'master'Sean McGivern2017-06-211-1/+1
|\
| * Remove unused attr_accessor from Gitlab::Git::CommitJacob Vosmaer2017-06-201-1/+1
* | Merge branch 'moved-submodules' into 'master'Rémy Coutable2017-06-192-37/+92
|\ \ | |/ |/|
| * repository: index submodules by pathDavid Turner2017-06-162-37/+92
* | Add table for files in merge request diffsSean McGivern2017-06-161-10/+7
* | Implement diff viewersDouwe Maan2017-06-142-1/+3
* | Merge branch 'cache-diff-size-limits' into 'master'Douwe Maan2017-06-091-2/+18
|\ \
| * | Only look up diff size limit flags once per requestcache-diff-size-limitsSean McGivern2017-06-091-2/+18
* | | Detect if file that appears to be text in the first 1024 bytes is actually bi...dm-blob-binaryness-changeDouwe Maan2017-06-081-0/+1
| |/ |/|
* | Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-081-5/+0
|/
* Fix Diff::Position#diff_file for positions on straight diffsdm-diff-file-straight-diffDouwe Maan2017-06-061-1/+1
* Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t...Douwe Maan2017-06-051-9/+21
|\
| * Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-9/+21
* | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher2017-06-021-10/+10
|\ \
| * | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-021-10/+10
| |/
* | Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-017-70/+6
|/
* Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-013-37/+43
|\
| * Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-312-5/+5
| * Fix Diff#too_large? and specsDouwe Maan2017-05-301-3/+5
| * Fix Diff#to_hash and #init_from_hashDouwe Maan2017-05-301-0/+3
| * Consistent diff and blob size limit namesDouwe Maan2017-05-293-41/+42
* | Remove entry variabledm-gitmodules-parsingDouwe Maan2017-05-311-10/+9
* | Make .gitmodules parsing more resilient to syntax errorsDouwe Maan2017-05-301-16/+30
|/
* Merge branch 'diffcollection-no-restarts' into 'master'Douwe Maan2017-05-261-18/+21
|\
| * Use the iterator inside DiffCollection only onceJacob Vosmaer2017-05-241-18/+21
* | Clean up diff renderingDouwe Maan2017-05-231-0/+2
* | Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-0/+8
|/
* Merge branch 'gitaly-local-branches' into 'master'Douwe Maan2017-05-183-13/+67
|\
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-173-6/+66
| * Compare ids of commits if present for equality testAlejandro Rodríguez2017-05-161-7/+1
* | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-13/+13
|/