summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Add table for files in merge request diffsSean McGivern2017-06-161-10/+7
* Implement diff viewersDouwe Maan2017-06-141-0/+2
* Only look up diff size limit flags once per requestcache-diff-size-limitsSean McGivern2017-06-091-2/+18
* 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-011-1/+1
|/
* Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-311-1/+1
* 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-291-31/+31
* Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-0/+8
* Add support for deltas_only under GitalyAhmad Sherif2017-05-131-9/+11
* Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-2/+19
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+322
* Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-271-63/+0
* symbolize keys for Gitlab::Git::Diff & Gitlab::Git::CommitDmitriy Zaporozhets2013-04-161-5/+5
* Init Gitlab::Git::Diff classDmitriy Zaporozhets2013-04-151-0/+63