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
|
%%DATADIR%%/.codeclimate.yml
%%DATADIR%%/.gitignore
%%DATADIR%%/.gitlab-ci.yml
%%DATADIR%%/.ruby-version
%%DATADIR%%/CHANGELOG
%%DATADIR%%/CONTRIBUTING.md
%%DATADIR%%/Gemfile
%%DATADIR%%/Gemfile.lock
%%DATADIR%%/LICENSE
%%DATADIR%%/README.md
%%DATADIR%%/VERSION
%%DATADIR%%/.gitlab/CODEOWNERS
@(,,555) %%DATADIR%%/bin/authorized_keys
@(,,555) %%DATADIR%%/bin/check
@(,,555) %%DATADIR%%/bin/gitlab-shell
@(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check
@(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-principals-check
@(,,555) %%DATADIR%%/bin/gitlab-sshd
@(,,555) %%DATADIR%%/bin/install
@sample %%DATADIR%%/config.yml.sample
%%DATADIR%%/spec/gitlab_shell_authorized_keys_check_spec.rb
%%DATADIR%%/spec/gitlab_shell_authorized_principals_check_spec.rb
%%DATADIR%%/spec/gitlab_shell_custom_git_receive_pack_spec.rb
%%DATADIR%%/spec/gitlab_shell_custom_git_upload_pack_spec.rb
%%DATADIR%%/spec/gitlab_shell_discover_spec.rb
%%DATADIR%%/spec/gitlab_shell_lfs_authentication_spec.rb
%%DATADIR%%/spec/gitlab_shell_personal_access_token_spec.rb
%%DATADIR%%/spec/gitlab_shell_two_factor_recovery_spec.rb
%%DATADIR%%/spec/gitlab_shell_two_factor_verify_spec.rb
%%DATADIR%%/spec/spec_helper.rb
%%DATADIR%%/spec/support/gitlab_shell_setup.rb
%%DATADIR%%/spec/support/http_unix_server.rb
%%DATADIR%%/support/gitlab_config.rb
%%DATADIR%%/support/truncate_repositories.sh
|