I need to write a pre-receive
hook script which get the information about the files that are being pushed into the server.
I want to know if the list of files that are being pushed into the remote repository can be obtained by a script present in the remote repository
For information, I need to access these files in order to perform some code style checks on them.