1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
|
%%DATADIR%%/ruby/Gemfile
%%DATADIR%%/ruby/README.md
@(,,555) %%DATADIR%%/ruby/bin/gitaly-ruby
@(,,555) %%DATADIR%%/ruby/bin/ruby-cd
%%DATADIR%%/ruby/.rubocop.yml
%%DATADIR%%/ruby/.rubocop_todo.yml
%%DATADIR%%/ruby/git-hooks/post-receive
%%DATADIR%%/ruby/git-hooks/pre-receive
%%DATADIR%%/ruby/git-hooks/update
%%DATADIR%%/ruby/gitlab-shell/.codeclimate.yml
%%DATADIR%%/ruby/gitlab-shell/.gitlab-ci.yml
%%DATADIR%%/ruby/gitlab-shell/.rubocop.yml
%%DATADIR%%/ruby/gitlab-shell/.ruby-version
%%DATADIR%%/ruby/gitlab-shell/CHANGELOG
%%DATADIR%%/ruby/gitlab-shell/CONTRIBUTING.md
%%DATADIR%%/ruby/gitlab-shell/Gemfile
%%DATADIR%%/ruby/gitlab-shell/LICENSE
%%DATADIR%%/ruby/gitlab-shell/README.md
%%DATADIR%%/ruby/gitlab-shell/README.orig.md
%%DATADIR%%/ruby/gitlab-shell/VERSION
%%DATADIR%%/ruby/gitlab-shell/bin/check
%%DATADIR%%/ruby/gitlab-shell/bin/dump-config
%%DATADIR%%/ruby/gitlab-shell/bin/test-logger
%%DATADIR%%/ruby/gitlab-shell/config.yml.example
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_access.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_access_status.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_config.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_custom_hook.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_init.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_logger.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_metrics.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_net.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_net/errors.rb
%%DATADIR%%/ruby/gitlab-shell/lib/gitlab_post_receive.rb
%%DATADIR%%/ruby/gitlab-shell/lib/hooks_utils.rb
%%DATADIR%%/ruby/gitlab-shell/lib/http_helper.rb
%%DATADIR%%/ruby/gitlab-shell/lib/httpunix.rb
%%DATADIR%%/ruby/gitlab-shell/lib/object_dirs_helper.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_access_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_config_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_custom_hook_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_logger_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_metrics_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_net_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/gitlab_post_receive_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/hooks_utils_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/httpunix_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/object_dirs_helper_spec.rb
%%DATADIR%%/ruby/gitlab-shell/spec/spec_helper.rb
%%DATADIR%%/ruby/gitlab-shell/spec/support/gitlab_shell_setup.rb
%%DATADIR%%/ruby/gitlab-shell/spec/support/gl_id_test_hook
%%DATADIR%%/ruby/gitlab-shell/spec/support/hook_fail
%%DATADIR%%/ruby/gitlab-shell/spec/support/hook_ok
%%DATADIR%%/ruby/gitlab-shell/spec/support/http_unix_server.rb
%%DATADIR%%/ruby/gitlab-shell/spec/support/vcr.rb
%%DATADIR%%/ruby/gitlab-shell/spec/support/webmock.rb
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-pull.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found-404-text-html.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found-404-text-plain.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found-404.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found-text-html.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found-text-plain.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push-project-not-found.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/allowed-push.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/broadcast_message-none.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/broadcast_message-ok.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/check-ok.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/http-pull-disabled.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/http-push-disabled.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/notify-post-receive.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/post-receive-not-found.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/post-receive.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/pre-receive-not-found.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/pre-receive.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-disabled.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-project-denied-401-text-html.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-project-denied-401-text-plain.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-project-denied-401.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-project-denied-with-user.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-pull-project-denied.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-push-disabled.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-push-project-denied-401-text-html.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-push-project-denied-401-text-plain.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-push-project-denied-401.yml
%%DATADIR%%/ruby/gitlab-shell/spec/vcr_cassettes/ssh-push-project-denied.yml
%%DATADIR%%/ruby/lib/gitaly_server.rb
%%DATADIR%%/ruby/lib/gitaly_server/blob_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/client.rb
%%DATADIR%%/ruby/lib/gitaly_server/commit_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/conflicts_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/diff_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/exception_sanitizer_interceptor.rb
%%DATADIR%%/ruby/lib/gitaly_server/health_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/operations_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/ref_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/remote_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/repository_service.rb
%%DATADIR%%/ruby/lib/gitaly_server/rugged_interceptor.rb
%%DATADIR%%/ruby/lib/gitaly_server/sentry.rb
%%DATADIR%%/ruby/lib/gitaly_server/sentry_interceptor.rb
%%DATADIR%%/ruby/lib/gitaly_server/utils.rb
%%DATADIR%%/ruby/lib/gitaly_server/wiki_service.rb
%%DATADIR%%/ruby/lib/gitlab/config.rb
%%DATADIR%%/ruby/lib/gitlab/encoding_helper.rb
%%DATADIR%%/ruby/lib/gitlab/git.rb
%%DATADIR%%/ruby/lib/gitlab/git/blob.rb
%%DATADIR%%/ruby/lib/gitlab/git/branch.rb
%%DATADIR%%/ruby/lib/gitlab/git/commit.rb
%%DATADIR%%/ruby/lib/gitlab/git/commit_patches.rb
%%DATADIR%%/ruby/lib/gitlab/git/committer_with_hooks.rb
%%DATADIR%%/ruby/lib/gitlab/git/conflict/file.rb
%%DATADIR%%/ruby/lib/gitlab/git/conflict/parser.rb
%%DATADIR%%/ruby/lib/gitlab/git/conflict/resolution.rb
%%DATADIR%%/ruby/lib/gitlab/git/conflict/resolver.rb
%%DATADIR%%/ruby/lib/gitlab/git/gitaly_remote_repository.rb
%%DATADIR%%/ruby/lib/gitlab/git/gitlab_projects.rb
%%DATADIR%%/ruby/lib/gitlab/git/hook.rb
%%DATADIR%%/ruby/lib/gitlab/git/hooks_service.rb
%%DATADIR%%/ruby/lib/gitlab/git/http_auth.rb
%%DATADIR%%/ruby/lib/gitlab/git/index.rb
%%DATADIR%%/ruby/lib/gitlab/git/lfs_changes.rb
%%DATADIR%%/ruby/lib/gitlab/git/operation_service.rb
%%DATADIR%%/ruby/lib/gitlab/git/path_helper.rb
%%DATADIR%%/ruby/lib/gitlab/git/popen.rb
%%DATADIR%%/ruby/lib/gitlab/git/ref.rb
%%DATADIR%%/ruby/lib/gitlab/git/remote_mirror.rb
%%DATADIR%%/ruby/lib/gitlab/git/remote_repository.rb
%%DATADIR%%/ruby/lib/gitlab/git/repository.rb
%%DATADIR%%/ruby/lib/gitlab/git/repository_mirroring.rb
%%DATADIR%%/ruby/lib/gitlab/git/rev_list.rb
%%DATADIR%%/ruby/lib/gitlab/git/ssh_auth.rb
%%DATADIR%%/ruby/lib/gitlab/git/submodule.rb
%%DATADIR%%/ruby/lib/gitlab/git/tag.rb
%%DATADIR%%/ruby/lib/gitlab/git/user.rb
%%DATADIR%%/ruby/lib/gitlab/git/wiki.rb
%%DATADIR%%/ruby/lib/gitlab/git/wiki_file.rb
%%DATADIR%%/ruby/lib/gitlab/git/wiki_page.rb
%%DATADIR%%/ruby/lib/gitlab/git/wiki_page_version.rb
%%DATADIR%%/ruby/lib/gitlab/git/worktree.rb
%%DATADIR%%/ruby/lib/gitlab/git_logger.rb
%%DATADIR%%/ruby/lib/gitlab/gollum.rb
%%DATADIR%%/ruby/lib/gitlab/rails_logger.rb
%%DATADIR%%/ruby/lib/gitlab/ref_matcher.rb
%%DATADIR%%/ruby/lib/gitlab/utils/strong_memoize.rb
%%DATADIR%%/ruby/proto/README.md
%%DATADIR%%/ruby/proto/gitaly.rb
%%DATADIR%%/ruby/proto/gitaly/blob_pb.rb
%%DATADIR%%/ruby/proto/gitaly/blob_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/cleanup_pb.rb
%%DATADIR%%/ruby/proto/gitaly/cleanup_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/commit_pb.rb
%%DATADIR%%/ruby/proto/gitaly/commit_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/conflicts_pb.rb
%%DATADIR%%/ruby/proto/gitaly/conflicts_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/diff_pb.rb
%%DATADIR%%/ruby/proto/gitaly/diff_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/namespace_pb.rb
%%DATADIR%%/ruby/proto/gitaly/namespace_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/objectpool_pb.rb
%%DATADIR%%/ruby/proto/gitaly/objectpool_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/operations_pb.rb
%%DATADIR%%/ruby/proto/gitaly/operations_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/ref_pb.rb
%%DATADIR%%/ruby/proto/gitaly/ref_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/remote_pb.rb
%%DATADIR%%/ruby/proto/gitaly/remote_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/repository-service_pb.rb
%%DATADIR%%/ruby/proto/gitaly/repository-service_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/server_pb.rb
%%DATADIR%%/ruby/proto/gitaly/server_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/shared_pb.rb
%%DATADIR%%/ruby/proto/gitaly/smarthttp_pb.rb
%%DATADIR%%/ruby/proto/gitaly/smarthttp_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/ssh_pb.rb
%%DATADIR%%/ruby/proto/gitaly/ssh_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/storage_pb.rb
%%DATADIR%%/ruby/proto/gitaly/storage_services_pb.rb
%%DATADIR%%/ruby/proto/gitaly/version.rb
%%DATADIR%%/ruby/proto/gitaly/wiki_pb.rb
%%DATADIR%%/ruby/proto/gitaly/wiki_services_pb.rb
%%DATADIR%%/ruby/spec/factories/gitaly/commit.rb
%%DATADIR%%/ruby/spec/factories/gitaly/commit_author.rb
%%DATADIR%%/ruby/spec/factories/sequences.rb
%%DATADIR%%/ruby/spec/gitaly/ref_service_spec.rb
%%DATADIR%%/ruby/spec/gitaly/remote_service_spec.rb
%%DATADIR%%/ruby/spec/gitaly/repository_service_spec.rb
%%DATADIR%%/ruby/spec/lib/gitaly_server/exception_sanitizer_interceptor_spec.rb
%%DATADIR%%/ruby/spec/lib/gitaly_server/rugged_interceptor_spec.rb
%%DATADIR%%/ruby/spec/lib/gitaly_server/utils_spec.rb
%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry/url_sanitizer_spec.rb
%%DATADIR%%/ruby/spec/lib/gitaly_server/sentry_interceptor_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/config_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/blob_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/branch_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/commit_patches_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/commit_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/gitlab_projects_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/hook_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/index_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/lfs_changes_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/popen_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/remote_mirror_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/remote_repository_client_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/remote_repository_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/repository_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/rev_list_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/ssh_auth_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/submodule_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert.pem
%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert2.pem
%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert3.pem
%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycertdup.pem
%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/gitalycert.pem
%%DATADIR%%/ruby/spec/lib/gitlab/git/user_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/wiki_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/git/worktree_spec.rb
%%DATADIR%%/ruby/spec/lib/gitlab/ref_matcher_spec.rb
%%DATADIR%%/ruby/spec/spec_helper.rb
%%DATADIR%%/ruby/spec/support/generate-seed-repo-rb
%%DATADIR%%/ruby/spec/support/helpers/certs/gitalycert.pem
%%DATADIR%%/ruby/spec/support/helpers/certs/gitalykey.pem
%%DATADIR%%/ruby/spec/support/helpers/gitlab_shell_helper.rb
%%DATADIR%%/ruby/spec/support/helpers/integration_helper.rb
%%DATADIR%%/ruby/spec/support/helpers/seed_repo.rb
%%DATADIR%%/ruby/spec/support/sentry.rb
%%DATADIR%%/ruby/spec/test_repo_helper.rb
@(,,555) %%DATADIR%%/ruby/git-hooks/gitlab-shell-hook
@(,,555) %%DATADIR%%/ruby/gitlab-shell/hooks/post-receive
@(,,555) %%DATADIR%%/ruby/gitlab-shell/hooks/pre-receive
@(,,555) %%DATADIR%%/ruby/gitlab-shell/hooks/update
@(,,555) %%DATADIR%%/bin/gitaly
@(,,555) %%DATADIR%%/bin/gitaly-debug
@(,,555) %%DATADIR%%/bin/gitaly-ssh
@(,,555) %%DATADIR%%/bin/gitaly-wrapper
@(,,555) %%DATADIR%%/bin/praefect
@sample %%DATADIR%%/config.toml.sample
|