pre-receive hook to validate branch name
Created by: naikaa
Hi:
We are trying to create a pre-receive hook to validate if the branch has the gitlab username, before committing a change. We tried using $GL_USERNAME or $GL_NAME but it doesnt work. Does anyone know the attribute in gitlab that retrieves the username of the user trying to push the change.
Thanks,