diff options
author | jose <jose.kahan@w3.org> | 2014-10-30 18:05:53 +0100 |
---|---|---|
committer | jose <jose.kahan@w3.org> | 2014-10-30 18:05:53 +0100 |
commit | f25e8e140d8bddf453f3d827f4a0787730d2f813 (patch) | |
tree | f723653f3d4349beea7a18856b1f74d1b269cc60 /lib/gitlab_projects.rb | |
parent | cc193ea45d8d0651fe09fc93bb1417eaac50c2ff (diff) | |
download | gitlab-shell-f25e8e140d8bddf453f3d827f4a0787730d2f813.tar.gz |
The gitlab pre-receive hook expects the call to exec to return 1
when a user has access. Doing an exit 0 effectively ended the
thread. No code would be executed after the call to exec.
This changes fixes the problem for the pre-receive hooks but you want
to check that GitlabAccess.exec is not used elsewhere. A quick
grep of the code seems to indicate this is not the case
Diffstat (limited to 'lib/gitlab_projects.rb')
0 files changed, 0 insertions, 0 deletions