/usr/bin/gl-setup is in gitolite 2.3-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
# wrapper script for gl-setup
# Copyright (C) 2010 Gerfried Fuchs <rhonda@deb.at>
# Licenced under WTFPLv2
PATH=/usr/share/gitolite:$PATH
export PATH
exec /usr/share/gitolite/gl-setup "$@"
|