gitlab-org--gitlab-foss/lib/gitlab/git
Zeger-Jan van de Weg 951afba624
Remove hook directory requirement from Shell
It used to be the case that GitLab created symlinks for each repository
to one copy of the Git hooks, so these ran when required. This changed
to set the hooks dynamically on Gitaly when invoking Git.

The side effect is that we didn't need all these symlinks anymore, which
Gitaly doesn't create anymore either. Now that means that the tests in
GitLab-Rails should test for it either.

Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
2019-05-30 20:04:08 +02:00
..
conflict
patches
rugged_impl API: Fix recursive flag not working with Rugged get_tree_entries flag 2019-05-20 12:19:15 -07:00
attributes_at_ref_parser.rb
attributes_parser.rb
blame.rb
blob.rb
branch.rb
bundle_file.rb
commit.rb
commit_stats.rb
compare.rb
diff.rb
diff_collection.rb
diff_stats_collection.rb
gitmodules_parser.rb
hook_env.rb
index.rb
lfs_changes.rb
lfs_pointer_file.rb
merge_base.rb
object_pool.rb Add client methods for FetchIntoObjectPool RPC 2019-04-30 08:28:56 -07:00
operation_service.rb
path_helper.rb
pre_receive_error.rb Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
push.rb
raw_diff_change.rb
ref.rb
remote_mirror.rb
remote_repository.rb
repository.rb Remove hook directory requirement from Shell 2019-05-30 20:04:08 +02:00
repository_cleaner.rb Remove cleaned up OIDs from database and cache 2019-05-06 11:35:03 +01:00
repository_mirroring.rb
tag.rb
tree.rb
user.rb
util.rb
version.rb
wiki.rb Added list_pages method to avoid loading all wiki pages content 2019-04-25 04:19:07 +00:00
wiki_file.rb
wiki_page.rb
wiki_page_version.rb
wraps_gitaly_errors.rb