I have a remote repository on Windows Server that communicates with the clients over ssh protocol. So, yes my question is if i can intercept any kind of request that clients send to the server for downloading the files from remote repository, such as git pull origin master, git fetch, git checkout and so on...
Il giorno venerdì 1 aprile 2016 15:18:35 UTC+2, Fabio Graciotti ha scritto: > > I need to intercept the pull request to my remote git repository. I mean > that when a client executes a pull request to git server, the git server > control him user name in order to control if has the access rights. I wrote > a script that controls the push request, i just need a similar script for > the pull request. > Thanks, fabio. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
