Pre-receive hook and $GL_REPOSITORY and the like

Hello to all.
I found, by chance, that: if write a pre-receive hook such as:
#!/bin/sh
echo $GL_REPOSITORY
exit 0

I will get the:
remote: project-265
after the push on client.
There are some other variables, such as $GL_REPOSITORY?