gitlab-org--gitlab-foss/lib/gitlab/git
Robert Speicher 3da9cb6929 Merge branch 'fix/reduce-number-of-find-commit-for-log-tree' into 'master'
Reduce number of FindCommit calls from RefsController#logs_tree

Closes gitaly#1057

See merge request gitlab-org/gitlab-ce!17566
2018-03-07 17:53:16 +00:00
..
conflict Migrate Repository#can_be_merged? to Gitaly 2018-01-11 16:40:13 +01:00
storage Adds Rubocop rule for line break around conditionals 2018-01-11 16:34:01 +00:00
attributes_at_ref_parser.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
attributes_parser.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
blame.rb Set alternate object directories in run_git 2018-01-29 08:51:25 +00:00
blob.rb Fix n+1 issue by not reloading fully loaded blobs 2018-03-05 11:14:43 -03:00
blob_snippet.rb
branch.rb Add overview of branches and a filter for active/stale branches 2018-03-06 21:28:14 +09:00
commit.rb Move CommitService::CommitPatch to OPT_OUT 2018-03-07 14:52:56 +01:00
commit_stats.rb Speed up generation of commit stats by using Rugged native methods 2018-01-02 23:48:19 -08:00
compare.rb
diff.rb Decouple more of Repository from Rugged 2018-01-30 16:21:55 +00:00
diff_collection.rb
env.rb
gitlab_projects.rb Make --prune a configurable parameter in fetching a git remote 2018-03-06 00:10:04 -08:00
gitmodules_parser.rb
hook.rb Only set cwd on the newly spawned process, instead of the current one 2018-02-06 12:19:48 -06:00
hooks_service.rb Fix the incorrect value being used to set GL_USERNAME on hooks 2017-10-25 14:01:57 -03:00
index.rb Move git operations for multi_action into Gitlab::Git 2018-01-05 15:17:53 -03:00
info_attributes.rb Can parse root .gitattributes file for a ref 2018-01-24 05:15:37 +00:00
lfs_changes.rb Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges 2018-03-02 17:12:08 -03:00
lfs_pointer_file.rb File upload UI obeys LFS filters 2018-02-06 15:26:25 +00:00
operation_service.rb Decouple more of Repository from Rugged 2018-01-30 16:21:55 +00:00
path_helper.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
popen.rb Refactor Gitlab::Git code related to LFS changes for Gitaly migration 2018-02-02 16:27:01 -03:00
ref.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
remote_mirror.rb Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC 2018-01-22 13:51:02 -03:00
remote_repository.rb Remove Rugged::Repository#empty? 2017-12-07 15:33:30 +00:00
repository.rb Merge branch 'fix/reduce-number-of-find-commit-for-log-tree' into 'master' 2018-03-07 17:53:16 +00:00
repository_mirroring.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
rev_list.rb Refactor Gitlab::Git code related to LFS changes for Gitaly migration 2018-02-02 16:27:01 -03:00
storage.rb Keep track of all storage keys in a set 2017-12-01 17:50:43 +01:00
tag.rb Remove intermediate methods on Branch and Tag classes 2018-02-01 13:00:38 +01:00
tree.rb Migrate recursive tree entries fetching to Gitaly 2018-02-26 16:59:29 +01:00
user.rb Fix encoding bugs in Gitlab::Git::User 2017-11-23 10:48:57 +00:00
util.rb
wiki.rb Re-enable the remaning Wiki Gitaly-Endpoints 2018-02-28 13:23:26 +00:00
wiki_file.rb Add path attribute to WikiFile class 2017-10-26 13:04:33 +02:00
wiki_page.rb Add formatted_data attribute to Git::WikiPage 2018-01-24 21:14:11 +01:00
wiki_page_version.rb