gitlab-ce/lib/gitlab/git
Sean McGivern 4ef3e835cf Merge branch 'zj-opt-out-list-commits-by-oid' into 'master'
Move ListCommitsByOid to OPT_OUT

See merge request gitlab-org/gitlab-ce!18175
2018-04-05 08:48:06 +00:00
..
conflict Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
storage Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01: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
checksum.rb Backport Gitlab::Git::Checksum to CE 2018-04-03 15:36:43 -03:00
commit.rb Move ListCommitsByOid to OPT_OUT 2018-04-04 16:41:43 +02: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
gitlab_projects.rb Use shard name in Git::GitlabProjects instead of shard path 2018-04-03 16:22:13 +02:00
gitmodules_parser.rb Handle CR-LFs properly in .gitmodules file 2018-03-30 15:23:44 -07:00
hook.rb Only set cwd on the newly spawned process, instead of the current one 2018-02-06 12:19:48 -06:00
hook_env.rb Remove support for absolute dirs from Git::Env 2018-03-30 09:19:46 +00:00
hooks_service.rb
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 Extract constant for LfsPointerFile::VERSION_LINE 2018-03-16 13:35:03 +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
repository.rb Bulk deleting refs is handled by Gitaly by default 2018-04-04 18:03:24 +02: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
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
util.rb
wiki.rb Remove calls to clear_cache from Git::Wiki 2018-03-21 18:08:09 +01:00
wiki_file.rb
wiki_page.rb Add formatted_data attribute to Git::WikiPage 2018-01-24 21:14:11 +01:00
wiki_page_version.rb